enter recovery mode

This commit is contained in:
Siwat Sirichai 2024-05-19 17:40:11 +07:00
parent ee924b8b30
commit c4d2db98d5
2 changed files with 26 additions and 6 deletions

View file

@ -29,6 +29,7 @@ private:
FRAM* fram;
uint32_t fram_address;
uint8_t bootloop_counter;
ESPMegaIoT* iot;
ESPMegaWebServer* web_server;
bool recovery_mode;
};