Skip to content

Commit

Permalink
Merge pull request #62 from vandalon/patch-1
Browse files Browse the repository at this point in the history
Add ntp sync in main loop
  • Loading branch information
jnthas authored Apr 21, 2024
2 parents 8fa39ce + b6b919f commit 1c4df03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void loop()
if (wifi.isConnected())
{
ClockwiseWebServer::getInstance()->handleHttpRequest();
ezt::events();
}

if (wifi.connectionSucessfulOnce)
Expand Down

0 comments on commit 1c4df03

Please sign in to comment.