Restart if after 10 minutes no connection

This commit is contained in:
Djuri 2023-11-26 00:51:54 +01:00
parent 5f971cfee3
commit 8ed4bb8aa6
10 changed files with 215 additions and 30 deletions

View file

@ -41,6 +41,7 @@ void setupHardware();
void tryImprovSetup();
void setupTimers();
void finishSetup();
void setupMcp();
std::vector<std::string> getScreenNameMap();
std::vector<std::string> getLocalUrl();