bootoptions: unify esp32+esp8266 crash detection, add api to force reboot to safemode

This commit is contained in:
Torrie Fischer
2023-12-11 07:54:08 +01:00
parent b1ec20982b
commit 87ac61b061
2 changed files with 23 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ struct BootOptions {
BootOptions();
void waitForRelease();
void forceSafeMode();
bool isSetup = false;
bool isSerial = false;