You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just to say that I've just added this - it'll be in 1v60. In that version, do:

    eth.setIP();
    

    to use DHCP, which will probably be fine.

    Or do:

    eth.setIP({ ip : "192.168.1.5" }); // see the docs for other things you can put here
    

    This also means that DNS now works \o/

About

Avatar for Gordon @Gordon started