Skip to content

Commit 85e6357

Browse files
committed
Provide small debug string make sure which is client and which is server.
1 parent 35263d4 commit 85e6357

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/UDP_Client/UDP_Client.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ void setup()
107107
Serial.println("begin(...) failed for UDP server");
108108
for (;;) { }
109109
}
110+
111+
Serial.println("UDP_Client");
110112
}
111113

112114
void loop()

examples/UDP_Server/UDP_Server.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ void setup()
110110
Serial.println("begin(...) failed for UDP server");
111111
for (;;) { }
112112
}
113+
114+
Serial.println("UDP_Server");
113115
}
114116

115117
void loop()

0 commit comments

Comments
 (0)