1
0
Fork 0
mirror of https://github.com/lumapu/ahoy.git synced 2025-12-04 16:15:09 +01:00
* merge PR: ETH NTP update bugfix 
This commit is contained in:
lumapu 2024-01-22 23:08:47 +01:00
commit 92a9e161b2
2 changed files with 2 additions and 4 deletions

View file

@ -251,11 +251,8 @@ void app::tickNtpUpdate(void) {
#if defined(ETHERNET)
if (!mNtpReceived)
{
mEth.updateNtpTime();
}
else
{
else {
mNtpReceived = false;
isOK = true;
}