Skip to content

Commit 593017d

Browse files
committed
https://github.com/ntruchsess/arduino_uip/pull/116
1 parent 21f6ca8 commit 593017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/TcpClient/TcpClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void loop() {
5151
if (client.connect(IPAddress(192,168,0,1),5000))
5252
{
5353
Serial.println("Client connected");
54-
client.println("DATA from Client");
54+
Serial.println("DATA from Client");
5555
while(client.available()==0)
5656
{
5757
if (next - millis() < 0)

0 commit comments

Comments
 (0)