This commit is contained in:
Wolfgang Hottgenroth 2021-02-16 11:20:37 +01:00
parent 5eaa9aceed
commit af21143561
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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);
}