* merge PR: ETH NTP update bugfix #1385
This commit is contained in:
lumapu 2024-01-22 23:08:47 +01:00
parent a50cb255a2
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;
}