We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6296ca8 commit eca8175Copy full SHA for eca8175
Firmware/RTK_Everywhere/menuBase.ino
@@ -27,8 +27,8 @@ void menuBase()
27
// Print the combined HAE APC if we are in the given mode
28
if (settings.fixedBase == true && settings.fixedBaseCoordinateType == COORD_TYPE_GEODETIC)
29
{
30
- systemPrintf("Total Height Above Ellipsoid - Antenna Phase Center (HAE APC): %0.3fmm\r\n",
31
- (((settings.fixedAltitude * 1000) +
+ systemPrintf("Total Height Above Ellipsoid of Antenna Phase Center (HAE APC): %0.4fmm\r\n",
+ ((settings.fixedAltitude +
32
(settings.antennaHeight_mm + settings.antennaPhaseCenter_mm) / 1000)));
33
}
34
0 commit comments