This commit is contained in:
2021-02-27 23:16:31 +01:00
parent 9f907cb84e
commit e8f9455c17

View File

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