|
97 | 97 | GNSS Configuration <i class="caret-icon bi icon-caret-down"></i> |
98 | 98 | </button> |
99 | 99 | </div> |
100 | | - <div class="collapse" id="collapseGNSSConfig"> |
| 100 | + <div class="collapse show" id="collapseGNSSConfig"> |
101 | 101 | <div class="card card-body pt-1"> |
102 | 102 | <div id="measurementRateInput"> |
103 | 103 | Measurement Rate: |
|
112 | 112 | </div> |
113 | 113 | <div class="col-sm-4 form-group"> |
114 | 114 | <span class="tt" data-bs-placement="right" |
115 | | - title="The number of solutions or location ‘fixes’ per second. Anything above 4Hz is not guaranteed to be stable. The Bluetooth buffer can quickly become overwhelmed and/or if data logging is enabled the system can become bogged down with SD write delays. Decreasing to 1Hz is acceptable and will reduce the log sizes linearly. Default: 4Hz. Limit: 0.000122 to 10Hz."> |
| 115 | + title="The number of solutions or location ‘fixes’ per second. Anything above 4Hz may cause Bluetooth congestion and/or logging discrepancies. Default: 4Hz. Limit: 0.000122 to 10Hz."> |
116 | 116 | <span class="icon-info-circle text-primary ms-2"></span> |
117 | 117 | </span> |
118 | 118 | </div> |
@@ -1047,7 +1047,7 @@ <h2> |
1047 | 1047 | System Configuration <i class="caret-icon bi icon-caret-down"></i> |
1048 | 1048 | </button> |
1049 | 1049 | </div> |
1050 | | - <div class="collapse show" id="collapseSystemConfig"> |
| 1050 | + <div class="collapse" id="collapseSystemConfig"> |
1051 | 1051 | <div class="card card-body"> |
1052 | 1052 |
|
1053 | 1053 | <div class="form-check"> |
@@ -1106,7 +1106,7 @@ <h2> |
1106 | 1106 | </div> |
1107 | 1107 |
|
1108 | 1108 | <div class="form-check" id="firmwareAvailable" style="display:none;"> |
1109 | | - <b>Firmware</b> |
| 1109 | + Available Firmware: |
1110 | 1110 | <div class="form-check"> |
1111 | 1111 |
|
1112 | 1112 | <div style="display:none;" id="firmwareFile0"> |
@@ -1141,13 +1141,15 @@ <h2> |
1141 | 1141 | id="enableFirmwareUpdate" unchecked disabled> |
1142 | 1142 | </div> |
1143 | 1143 |
|
1144 | | - <button type="button" id="firmwareUpdate" class="btn btn-primary" |
1145 | | - onClick="sendFirmwareFile()" disabled>Update Firmware</button> |
1146 | | - <p id="firmwareUpdateMsg" class="inlineSuccess"></p> |
1147 | | - <span class="tt" data-bs-placement="right" |
1148 | | - title="Select the firmware file, then check ‘Enable Firmware Update’ to begin update process."> |
1149 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1150 | | - </span> |
| 1144 | + <div id="firmwareUpdateButton"> |
| 1145 | + <button type="button" id="firmwareUpdate" class="btn btn-primary" |
| 1146 | + onClick="sendFirmwareFile()" disabled>Update Firmware</button> |
| 1147 | + <p id="firmwareUpdateMsg" class="inlineSuccess"></p> |
| 1148 | + <span class="tt" data-bs-placement="right" |
| 1149 | + title="Select the firmware file, then check ‘Enable Firmware Update’ to begin update process."> |
| 1150 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1151 | + </span> |
| 1152 | + </div> |
1151 | 1153 | </div> |
1152 | 1154 | </div> |
1153 | 1155 | <div id="uploadNewFirmwareDiv" class="mb-2"> |
|
0 commit comments