fix erase without wifi settings

added minute wise ntp check
This commit is contained in:
lumapu 2022-11-17 20:50:30 +01:00
parent 69855b10a9
commit 657f594307
4 changed files with 19 additions and 4 deletions

View file

@ -19,6 +19,7 @@ void app::setup(uint32_t timeout) {
yield();
addListener(EVERY_SEC, std::bind(&app::uptimeTick, this));
addListener(EVERY_MIN, std::bind(&app::minuteTick, this));
addListener(EVERY_12H, std::bind(&app::ntpUpdateTick, this));
resetSystem();