Skip to content

Commit 1031bd1

Browse files
committed
Resolve #632
1 parent d455e61 commit 1031bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Surveyor/System.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,8 @@ void settingsToDefaults()
600600
{
601601
static const Settings defaultSettings;
602602
memcpy(&settings, &defaultSettings, sizeof(defaultSettings));
603+
604+
checkMessageRates(); // Ensure message rates are valid - especially before they are sent to web config
603605
}
604606

605607
// Given a spot in the ubxMsg array, return true if this message is supported on this platform and firmware version

0 commit comments

Comments
 (0)