We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d290b commit ab2deefCopy full SHA for ab2deef
examples/UDP_Server/UDP_Server.ino
@@ -140,7 +140,7 @@ void loop()
140
141
Serial.print("[");
142
Serial.print(millis());
143
- Serial.print("] UDP_Client received packet content: \"");
+ Serial.print("] UDP_Server received packet content: \"");
144
145
/* Read from received UDP packet. */
146
size_t const UDP_RX_MSG_BUF_SIZE = 16 + 1; /* Reserve the last byte for the '\0' termination. */
0 commit comments