wiz not yet working
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user