Skip to content

Commit 391b08f

Browse files
Opps, put AdvancedChatServer IP number back to 192.168.1.177
1 parent 2304c69 commit 391b08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AdvancedChatServer/AdvancedChatServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
byte mac[] = {
2929
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED
3030
};
31-
IPAddress ip(192, 168, 194, 177);
31+
IPAddress ip(192, 168, 1, 177);
3232
IPAddress myDns(192, 168, 1, 1);
3333
IPAddress gateway(192, 168, 1, 1);
3434
IPAddress subnet(255, 255, 0, 0);

0 commit comments

Comments
 (0)