Skip to content

Commit c5286f5

Browse files
committed
Update mosaic menuMessagesNMEA and menuMessagesRTCM
1 parent c6be11a commit c5286f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,8 +1759,8 @@ void GNSS_MOSAIC::menuMessagesNMEA()
17591759
printUnknown(incoming);
17601760
}
17611761

1762-
settings.gnssConfiguredBase = false; // Update the GNSS config at the next boot
1763-
settings.gnssConfiguredRover = false;
1762+
settings.gnssConfiguredBase = 0; // Update the GNSS config at the next boot
1763+
settings.gnssConfiguredRover = 0;
17641764

17651765
clearBuffer(); // Empty buffer of any newline chars
17661766
}
@@ -1831,8 +1831,8 @@ void GNSS_MOSAIC::menuMessagesRTCM(bool rover)
18311831
printUnknown(incoming);
18321832
}
18331833

1834-
settings.gnssConfiguredBase = false; // Update the GNSS config at the next boot
1835-
settings.gnssConfiguredRover = false;
1834+
settings.gnssConfiguredBase = 0; // Update the GNSS config at the next boot
1835+
settings.gnssConfiguredRover = 0;
18361836

18371837
clearBuffer(); // Empty buffer of any newline chars
18381838
}

0 commit comments

Comments
 (0)