wiz not yet working

This commit is contained in:
Wolfgang Hottgenroth 2020-11-08 16:03:13 +01:00
parent 65690775fb
commit ba1bcee18c

View File

@ -63,11 +63,11 @@ int wizInit() {
int8_t res = wizchip_init(NULL, NULL);
coloredMsg(LOG_RED, "wizI, module driver returned %d", res);
wizchip_setnetinfo(&wizNetInfo);
coloredMsg(LOG_RED, "wizI, netinfo set to Ethernet module");
// wizchip_setnetinfo(&wizNetInfo);
// coloredMsg(LOG_RED, "wizI, netinfo set to Ethernet module");
schAdd(wizDHCPHandler, NULL, 0, 1000);
coloredMsg(LOG_RED, "wizI, DHCP handler scheduled");
// schAdd(wizDHCPHandler, NULL, 0, 1000);
// coloredMsg(LOG_RED, "wizI, DHCP handler scheduled");
return 0;
}
}