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()
1759
1759
printUnknown (incoming);
1760
1760
}
1761
1761
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 ;
1764
1764
1765
1765
clearBuffer (); // Empty buffer of any newline chars
1766
1766
}
@@ -1831,8 +1831,8 @@ void GNSS_MOSAIC::menuMessagesRTCM(bool rover)
1831
1831
printUnknown (incoming);
1832
1832
}
1833
1833
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 ;
1836
1836
1837
1837
clearBuffer (); // Empty buffer of any newline chars
1838
1838
}
You can’t perform that action at this time.
0 commit comments