We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2304c69 commit 391b08fCopy full SHA for 391b08f
examples/AdvancedChatServer/AdvancedChatServer.ino
@@ -28,7 +28,7 @@
28
byte mac[] = {
29
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED
30
};
31
-IPAddress ip(192, 168, 194, 177);
+IPAddress ip(192, 168, 1, 177);
32
IPAddress myDns(192, 168, 1, 1);
33
IPAddress gateway(192, 168, 1, 1);
34
IPAddress subnet(255, 255, 0, 0);
0 commit comments