This commit is contained in:
2021-02-28 12:53:43 +01:00
parent 8e84fbe287
commit b81c9f445f

View File

@ -79,7 +79,7 @@ uint64_t networkSntpQuery() {
sntpState = SNTP_STATE_IDLE; sntpState = SNTP_STATE_IDLE;
} }
return seconds; return res;
} }
extern uint8_t SINK_SOCK; extern uint8_t SINK_SOCK;