wiz not yet working
This commit is contained in:
parent
65690775fb
commit
ba1bcee18c
@ -63,11 +63,11 @@ int wizInit() {
|
|||||||
int8_t res = wizchip_init(NULL, NULL);
|
int8_t res = wizchip_init(NULL, NULL);
|
||||||
coloredMsg(LOG_RED, "wizI, module driver returned %d", res);
|
coloredMsg(LOG_RED, "wizI, module driver returned %d", res);
|
||||||
|
|
||||||
wizchip_setnetinfo(&wizNetInfo);
|
// wizchip_setnetinfo(&wizNetInfo);
|
||||||
coloredMsg(LOG_RED, "wizI, netinfo set to Ethernet module");
|
// coloredMsg(LOG_RED, "wizI, netinfo set to Ethernet module");
|
||||||
|
|
||||||
schAdd(wizDHCPHandler, NULL, 0, 1000);
|
// schAdd(wizDHCPHandler, NULL, 0, 1000);
|
||||||
coloredMsg(LOG_RED, "wizI, DHCP handler scheduled");
|
// coloredMsg(LOG_RED, "wizI, DHCP handler scheduled");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user