tune makefile
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user