We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eda94d commit 44c27bdCopy full SHA for 44c27bd
1 file changed
src/OpenBikeSensorFirmware.cpp
@@ -591,6 +591,7 @@ bool loadConfig(ObsConfig &cfg) {
591
if (!cfg.loadConfig()) {
592
displayTest->showTextOnGrid(2, displayTest->currentLine(), "Config...RESET");
593
isNew = true;
594
+ cfg.saveConfig(); // save the new config - next boot will allow obs mode
595
}
596
597
cfg.printConfig();
0 commit comments