mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-25 14:56:11 +02:00
fix erase without wifi settings
added minute wise ntp check
This commit is contained in:
parent
69855b10a9
commit
657f594307
4 changed files with 19 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue