This commit is contained in:
2021-02-16 11:20:37 +01:00
parent 5eaa9aceed
commit af21143561

View File

@ -92,9 +92,7 @@ int8_t networkSendMinuteBuffer(t_minuteBuffer *minuteBuffer) {
}
void networkInit() {
static t_configBlock *config;
wizInit();
config = getConfig();
schAdd(networkSecondsHandler, NULL, 0, 1000);
}