File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1710
1710
1711
1711
< div id ="antennaHeight_mConfig ">
1712
1712
< div class ="form-group row ">
1713
- < label for ="antennaHeight_m " class ="col-sm-4 col-6 col-form-label "> Antenna Height (aka Pole Length) (m):
1713
+ < label for ="antennaHeight_m " class ="col-sm-4 col-6 col-form-label "> Antenna Height (a.k.a. Pole Length) (m):
1714
1714
< span class ="tt " data-bs-placement ="right "
1715
1715
title ="This is the length of the pole only, no additional ARP should be included. Default: 1.8m ">
1716
1716
< span class ="icon-info-circle text-primary ms-2 "> </ span >
Original file line number Diff line number Diff line change @@ -1361,9 +1361,9 @@ void menuInstrument()
1361
1361
// Print the combined APC
1362
1362
systemPrintf (" Combined Height of Instrument: %0.3fm\r\n " , ((settings.antennaHeight_mm + settings.antennaPhaseCenter_mm ) / 1000.0 ));
1363
1363
1364
- systemPrintf (" 1) Set Antenna Height (aka Pole Length): %0.3fm\r\n " , settings.antennaHeight_mm / 1000.0 );
1364
+ systemPrintf (" 1) Set Antenna Height (a.k.a. Pole Length): %0.3fm\r\n " , settings.antennaHeight_mm / 1000.0 );
1365
1365
1366
- systemPrintf (" 2) Set Antenna Phase Center (aka ARP): %0.1fmm\r\n " , settings.antennaPhaseCenter_mm );
1366
+ systemPrintf (" 2) Set Antenna Phase Center (a.k.a. ARP): %0.1fmm\r\n " , settings.antennaPhaseCenter_mm );
1367
1367
1368
1368
systemPrint (" 3) Report Tip Altitude: " );
1369
1369
systemPrintf (" %s\r\n " , settings.outputTipAltitude ? " Enabled" : " Disabled" );
You can’t perform that action at this time.
0 commit comments