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 ccb192a commit 41db95dCopy full SHA for 41db95d
Firmware/RTK_Surveyor/Form.ino
@@ -600,6 +600,12 @@ Serial.printf("bootProfileNumber: %d\r\n", bootProfileNumber);
600
{
601
if (newAPSettings == true) recordSystemSettings(); //If we've recieved settings, record before restart
602
603
+ //Determine which profile to boot
604
+ bootProfileNumber -= 1;
605
+ if (bootProfileNumber != profileNumber)
606
+ recordProfileNumber(bootProfileNumber);
607
+
608
+ //Reboot the machine
609
ESP.restart();
610
}
611
0 commit comments