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.
checkArrayDefaults
checkGNSSArrayDefaults
settingsToDefaults
1 parent 979750b commit 29113ddCopy full SHA for 29113dd
Firmware/RTK_Everywhere/System.ino
@@ -391,6 +391,9 @@ void settingsToDefaults()
391
{
392
static const Settings defaultSettings;
393
settings = defaultSettings;
394
+
395
+ checkArrayDefaults(); // This does not call recordSystemSettings
396
+ checkGNSSArrayDefaults(); // This calls recordSystemSettings if any GNSS defaults are applied
397
}
398
399
// Periodically print information if enabled
0 commit comments