
Weet iemand wat ik moet doen om deze foutmelding weg te kunnen werken?
----------
/home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp: In member function ‘void EthernetClass::begin(uint8_t*, IPAddress, IPAddress, IPAddress, IPAddress)’: /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:63:39: error: no matching function for call to ‘W5100Class::setIPAddress(IPAddress::<anonymous union>&)’ W5100.setIPAddress(local_ip._address); ^ /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:63:39: note: candidate is: In file included from /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:1:0: /home/dewit/sketchbook/libraries/Nodo/utility/w5100.h:385:6: note: void W5100Class::setIPAddress( uint8_t*) void W5100Class::setIPAddress(uint8_t *_addr) { ^ /home/dewit/sketchbook/libraries/Nodo/utility/w5100.h:385:6: note: no known conversion for argument 1 from ‘IPAddress::<anonymous union>’ to ‘uint8_t* {aka unsigned char*}’ /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:64:38: error: no matching function for call to ‘W5100Class::setGatewayIp(IPAddress::<anonymous union>&)’ W5100.setGatewayIp(gateway._address); ^ /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:64:38: note: candidate is: In file included from /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:1:0: /home/dewit/sketchbook/libraries/Nodo/utility/w5100.h:361:6: note: void W5100Class::setGatewayIp( uint8_t*) void W5100Class::setGatewayIp(uint8_t *_addr) { ^ /home/dewit/sketchbook/libraries/Nodo/utility/w5100.h:361:6: note: no known conversion for argument 1 from ‘IPAddress::<anonymous union>’ to ‘uint8_t* {aka unsigned char*}’ /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:65:38: error: no matching function for call to ‘W5100Class::setSubnetMask(IPAddress::<anonymous union>&)’ W5100.setSubnetMask(subnet._address); ^ /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:65:38: note: candidate is: In file included from /home/dewit/sketchbook/libraries/Nodo/EthernetNodo.cpp:1:0: /home/dewit/sketchbook/libraries/Nodo/utility/w5100.h:369:6: note: void W5100Class::setSubnetMask( uint8_t*) void W5100Class::setSubnetMask(uint8_t *_addr) { ^ /home/dewit/sketchbook/libraries/Nodo/utility/w5100.h:369:6: note: no known conversion for argument 1 from ‘IPAddress::<anonymous union>’ to ‘uint8_t* {aka unsigned char*}’