Skip to content

Commit 25a5ece

Browse files
committed
Set APC if known
1 parent 6fa9a46 commit 25a5ece

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,10 @@ void beginSystemState()
11081108

11091109
if (settings.enablePointPerfectCorrections)
11101110
systemState = STATE_KEYS_STARTED; // Begin process for getting new keys
1111+
1112+
//If the setting is not set, override with default
1113+
if (settings.antennaPhaseCenter_mm == 0.0)
1114+
settings.antennaPhaseCenter_mm = present.antennaPhaseCenter_mm;
11111115
}
11121116
else
11131117
{

0 commit comments

Comments
 (0)