This commit is contained in:
2021-02-27 22:58:54 +01:00
parent 3c6ddcb99b
commit 3cefd16838

View File

@ -42,7 +42,7 @@ enum {
SNTP_STATE_RECV,
SNTP_STATE_ERROR,
SNTP_STATE_DONE
} sntpState;
} sntpState = SNTP_STATE_IDLE;
uint64_t seconds;
static void networkSntpEngine(void *handle) {