This commit is contained in:
2021-02-28 12:53:06 +01:00
parent 7addea50a3
commit 8e84fbe287

View File

@ -57,6 +57,8 @@ void networkSntpEngine(void *handle) {
coloredMsg(LOG_BLUE, "nes, error when querying ntp server name");
sntpState = SNTP_STATE_ERROR;
}
default:
coloredMsg(LOG_BLUE, "nes, unexpected state");
}
}
}