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 c71fbda commit bffb223Copy full SHA for bffb223
Firmware/RTK_Everywhere/GNSS_Mosaic.ino
@@ -408,8 +408,8 @@ bool GNSS_MOSAIC::configureBase()
408
409
if (settings.gnssConfiguredBase)
410
{
411
- if (settings.debugGnss)
412
- systemPrintln("Skipping mosaic Base configuration");
+ systemPrintln("Skipping mosaic Base configuration");
+ setLoggingType(); // Needed because logUpdate exits early and never calls setLoggingType
413
return true;
414
}
415
@@ -656,6 +656,7 @@ bool GNSS_MOSAIC::configureRover()
656
if (settings.gnssConfiguredRover)
657
658
systemPrintln("Skipping mosaic Rover configuration");
659
660
return (true);
661
662
0 commit comments