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 f9d1f85 commit 1786308Copy full SHA for 1786308
Firmware/RTK_Everywhere/menuMessages.ino
@@ -836,11 +836,10 @@ void checkGNSSArrayDefaults()
836
}
837
#endif // COMPILE_LG290P
838
839
- // If the antennaPhaseCenter_mm is not set, override with default
+ // If defaults have been applied, override antennaPhaseCenter_mm with default
840
// (This was in beginSystemState - for the Torch / UM980 only. Weird...)
841
- if (settings.antennaPhaseCenter_mm == 0.0)
+ if (defaultsApplied)
842
{
843
- defaultsApplied = true;
844
settings.antennaPhaseCenter_mm = present.antennaPhaseCenter_mm;
845
846
0 commit comments