mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-26 20:57:13 +02:00
parent
a50cb255a2
commit
92a9e161b2
2 changed files with 2 additions and 4 deletions
|
@ -251,11 +251,8 @@ void app::tickNtpUpdate(void) {
|
|||
|
||||
#if defined(ETHERNET)
|
||||
if (!mNtpReceived)
|
||||
{
|
||||
mEth.updateNtpTime();
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
mNtpReceived = false;
|
||||
isOK = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue