You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In section "Initialising the library"
the code line "uint8_type vers = ether.begin(sizeof Ethernet::buffer, mymac);" -> correction from uint8_type to uint8_t
In section "Static IP Address"
the code line "if(!ether.staticSetup(ip, gw, dns);" -> remove semicolon and add ')' to the end -> "if(!ether.staticSetup(ip, gw, dns))"
The text was updated successfully, but these errors were encountered:
To whom it may concern...
the code line "uint8_type vers = ether.begin(sizeof Ethernet::buffer, mymac);" -> correction from uint8_type to uint8_t
the code line "if(!ether.staticSetup(ip, gw, dns);" -> remove semicolon and add ')' to the end -> "if(!ether.staticSetup(ip, gw, dns))"
The text was updated successfully, but these errors were encountered: