This commit is contained in:
2021-02-28 13:31:29 +01:00
parent b81c9f445f
commit 9fcc43b012

View File

@ -60,6 +60,9 @@ void networkSntpEngine(void *handle) {
default:
coloredMsg(LOG_BLUE, "nes, unexpected state");
}
} else {
coloredMsg(LOG_BLUE, "nes, no network yet, try again");
schAdd(networkSntpEngine, NULL, 100, 0);
}
}