Skip to content

Commit 138de80

Browse files
committed
fix: echo example using undefined method
1 parent e191122 commit 138de80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/udp_echo/udp_echo.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ void setup() {
4949
Monitor.print("... ");
5050

5151
if (udp.begin(LOCAL_UDP_PORT)) {
52-
Monitor.print("OK Connection id: ");
53-
Monitor.print(udp.id());
52+
Monitor.println("Connected");
5453
} else {
5554
Monitor.println("FAILED!");
5655
Monitor.println("ERROR: Cannot start UDP");

0 commit comments

Comments
 (0)