This commit is contained in:
2021-02-27 23:15:50 +01:00
parent 4b39b99848
commit 9f907cb84e

View File

@ -66,5 +66,5 @@ void networkInit() {
networkImplInit();
config = getConfig();
schAdd(networkSecondsHandler, NULL, 0, 1000);
//schAdd(networkSecondsHandler, NULL, 0, 1000);
}