Display IPadress, doesn't work..
hey!
i want arduino's ip address displayed on web page i'm not getting right. instead of printing 100.10.10.35, prints 556283684, doing wrong?
i want arduino's ip address displayed on web page i'm not getting right. instead of printing 100.10.10.35, prints 556283684, doing wrong?
code: [select]
string message = "<html>....etc............";
message += (wifi.localip());
message += ".......bla..bla........</html>";
server.send(200, "text/html", message);
Arduino Forum > Using Arduino > Programming Questions > Display IPadress, doesn't work..
arduino
Comments
Post a Comment