Skip to content

Commit 6b047be

Browse files
committed
Update Instrument Config menu
1 parent 2da26f2 commit 6b047be

File tree

1 file changed

+33
-34
lines changed

1 file changed

+33
-34
lines changed

Firmware/RTK_Everywhere/AP-Config/index.html

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@
13131313
</div>
13141314
</div>
13151315

1316-
<!-- For devices that don't have an external port, preset the USB output option only-->
1316+
<!-- For devices that don't have an external port, present the USB output option only-->
13171317
<div id="noExternalPortOptions">
13181318
<div class="form-check mt-3">
13191319
<label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over
@@ -1656,59 +1656,58 @@
16561656

16571657
<!-- --------- Instrument Config --------- -->
16581658
<div class="d-grid gap-2">
1659-
<button class="btn btn-primary mt-3 toggle-btn" id="tiltConfig" type="button" data-toggle="collapse"
1660-
data-target="#collapseTiltConfig" aria-expanded="false" aria-controls="collapseTiltConfig">
1661-
Instrument Configuration <i id="tiltCaret" class="caret-icon bi icon-caret-down"></i>
1659+
<button class="btn btn-primary mt-3 toggle-btn" id="instrumentConfig" type="button" data-toggle="collapse"
1660+
data-target="#collapseInstrumentConfig" aria-expanded="false" aria-controls="collapseInstrumentConfig">
1661+
Instrument Configuration <i id="instrumentCaret" class="caret-icon bi icon-caret-down"></i>
16621662
</button>
16631663
</div>
1664-
<div class="collapse" id="collapseTiltConfig">
1664+
<div class="collapse" id="collapseInstrumentConfig">
16651665
<div class="card card-body">
16661666

1667-
<div id="tiltCompensationSettings">
1667+
<div id="tiltConfig" class="form-check mt-3">
16681668
<div class="form-check mt-3">
16691669
<label class="form-check-label" for="enableTiltCompensation">Enable Tilt
16701670
Compensation</label>
16711671
<input class="form-check-input" type="checkbox" value="" id="enableTiltCompensation"
16721672
onClick="tiltCompensationBoxes()">
1673-
<span class="tt" data-bs-placement="right" title="Use tilt compensation. Default: Enabled.">
1673+
<span class="tt" data-bs-placement="right" title="Allow tilt compensation mode to be entered. Default: Enabled.">
16741674
<span class="icon-info-circle text-primary ms-2"></span>
16751675
</span>
16761676
</div>
1677+
</div>
16771678

1678-
<div id="antennaHeight_mConfig">
1679-
<div class="form-group row">
1680-
<label for="antennaHeight_m" class="col-sm-4 col-6 col-form-label">Antenna Height (a.k.a.
1681-
Pole Length) (m):
1682-
<span class="tt" data-bs-placement="right"
1683-
title="This is the length of the pole only, no additional ARP should be included. Default: 1.8m">
1684-
<span class="icon-info-circle text-primary ms-2"></span>
1685-
</span>
1686-
</label>
1687-
<div class="col-sm-4 col-6">
1688-
<input type="number" class="form-control" id="antennaHeight_m">
1689-
<p id="antennaHeight_mError" class="inlineError"></p>
1690-
</div>
1679+
<div id="antennaPhaseCenter_mmConfig">
1680+
<div class="form-group row">
1681+
<label for="antennaPhaseCenter_mm" class="col-sm-4 col-6 col-form-label">Antenna Phase
1682+
Center (mm):
1683+
<span class="tt" data-bs-placement="right"
1684+
title="APC is the distance from the base of the antenna to the antenna phase center. This is usually printed on the side of the antenna and is calculated during antenna calibration. Amount is added to HAE before starting fixed base. Common APCs: Torch(116mm)">
1685+
<span class="icon-info-circle text-primary ms-2"></span>
1686+
</span>
1687+
</label>
1688+
<div class="col-sm-4 col-6">
1689+
<input type="number" class="form-control" id="antennaPhaseCenter_mm">
1690+
<p id="antennaPhaseCenter_mmError" class="inlineError"></p>
16911691
</div>
16921692
</div>
1693+
</div>
16931694

1694-
<div id="antennaPhaseCenter_mmConfig">
1695-
<div class="form-group row">
1696-
<label for="antennaPhaseCenter_mm" class="col-sm-4 col-6 col-form-label">Antenna Phase
1697-
Center (mm):
1698-
<span class="tt" data-bs-placement="right"
1699-
title="This is the distance between the ARP and the antenna phase center. Default: 116mm">
1700-
<span class="icon-info-circle text-primary ms-2"></span>
1701-
</span>
1702-
</label>
1703-
<div class="col-sm-4 col-6">
1704-
<input type="number" class="form-control" id="antennaPhaseCenter_mm">
1705-
<p id="antennaPhaseCenter_mmError" class="inlineError"></p>
1706-
</div>
1695+
<div id="antennaHeight_mConfig">
1696+
<div class="form-group row">
1697+
<label for="antennaHeight_m" class="col-sm-4 col-6 col-form-label">Antenna Height (a.k.a.
1698+
Pole Length) (m):
1699+
<span class="tt" data-bs-placement="right"
1700+
title="This is the length of the prism pole and any included extensions. No additional ARP should be included. Default: 1.8m">
1701+
<span class="icon-info-circle text-primary ms-2"></span>
1702+
</span>
1703+
</label>
1704+
<div class="col-sm-4 col-6">
1705+
<input type="number" class="form-control" id="antennaHeight_m">
1706+
<p id="antennaHeight_mError" class="inlineError"></p>
17071707
</div>
17081708
</div>
17091709
</div>
17101710

1711-
17121711
</div>
17131712
</div>
17141713

0 commit comments

Comments
 (0)