tune makefile

This commit is contained in:
2021-02-16 11:31:19 +01:00
parent 37767dc81d
commit fd914a94ea
2 changed files with 10 additions and 2 deletions

View File

@ -111,7 +111,10 @@ int8_t networkSendMinuteBuffer(t_minuteBuffer *minuteBuffer) {
}
void networkInit() {
#if NETWORK == NETWORK_LAN
wizInit();
#endif
config = getConfig();
schAdd(networkSecondsHandler, NULL, 0, 1000);
}