Skip to content

Commit 463db68

Browse files
committed
Update code to test build
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent e9c44f3 commit 463db68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ChatServer/ChatServer.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ IPAddress myDns(192,168,1, 1);
3030
IPAddress gateway(192, 168, 1, 1);
3131
IPAddress subnet(255, 255, 0, 0);
3232

33-
3433
// telnet defaults to port 23
3534
EthernetServer server(23);
3635
bool alreadyConnected = false; // whether or not the client was connected previously

0 commit comments

Comments
 (0)