Skip to content

Commit bffb223

Browse files
committed
mosaicX5 : call setLoggingType when skipping configuration
1 parent c71fbda commit bffb223

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ bool GNSS_MOSAIC::configureBase()
408408

409409
if (settings.gnssConfiguredBase)
410410
{
411-
if (settings.debugGnss)
412-
systemPrintln("Skipping mosaic Base configuration");
411+
systemPrintln("Skipping mosaic Base configuration");
412+
setLoggingType(); // Needed because logUpdate exits early and never calls setLoggingType
413413
return true;
414414
}
415415

@@ -656,6 +656,7 @@ bool GNSS_MOSAIC::configureRover()
656656
if (settings.gnssConfiguredRover)
657657
{
658658
systemPrintln("Skipping mosaic Rover configuration");
659+
setLoggingType(); // Needed because logUpdate exits early and never calls setLoggingType
659660
return (true);
660661
}
661662

0 commit comments

Comments
 (0)