File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments