Skip to content

Commit 2ffa3c2

Browse files
committed
Add tool tips.
1 parent c5bac57 commit 2ffa3c2

File tree

2 files changed

+157
-68
lines changed

2 files changed

+157
-68
lines changed

Firmware/RTK_Surveyor/AP-Config/index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2>
9797
GNSS Configuration <i class="caret-icon bi icon-caret-down"></i>
9898
</button>
9999
</div>
100-
<div class="collapse" id="collapseGNSSConfig">
100+
<div class="collapse show" id="collapseGNSSConfig">
101101
<div class="card card-body pt-1">
102102
<div id="measurementRateInput">
103103
Measurement Rate:
@@ -112,7 +112,7 @@ <h2>
112112
</div>
113113
<div class="col-sm-4 form-group">
114114
<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.">
116116
<span class="icon-info-circle text-primary ms-2"></span>
117117
</span>
118118
</div>
@@ -1047,7 +1047,7 @@ <h2>
10471047
System Configuration <i class="caret-icon bi icon-caret-down"></i>
10481048
</button>
10491049
</div>
1050-
<div class="collapse show" id="collapseSystemConfig">
1050+
<div class="collapse" id="collapseSystemConfig">
10511051
<div class="card card-body">
10521052

10531053
<div class="form-check">
@@ -1106,7 +1106,7 @@ <h2>
11061106
</div>
11071107

11081108
<div class="form-check" id="firmwareAvailable" style="display:none;">
1109-
<b>Firmware</b>
1109+
Available Firmware:
11101110
<div class="form-check">
11111111

11121112
<div style="display:none;" id="firmwareFile0">
@@ -1141,13 +1141,15 @@ <h2>
11411141
id="enableFirmwareUpdate" unchecked disabled>
11421142
</div>
11431143

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>
11511153
</div>
11521154
</div>
11531155
<div id="uploadNewFirmwareDiv" class="mb-2">

0 commit comments

Comments
 (0)