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 d455e61 commit 1031bd1Copy full SHA for 1031bd1
Firmware/RTK_Surveyor/System.ino
@@ -600,6 +600,8 @@ void settingsToDefaults()
600
{
601
static const Settings defaultSettings;
602
memcpy(&settings, &defaultSettings, sizeof(defaultSettings));
603
+
604
+ checkMessageRates(); // Ensure message rates are valid - especially before they are sent to web config
605
}
606
607
// Given a spot in the ubxMsg array, return true if this message is supported on this platform and firmware version
0 commit comments