We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13306fd commit 56c4cb9Copy full SHA for 56c4cb9
examples/WiFiUdpSendReceiveString/WiFiUdpSendReceiveString.ino
@@ -24,7 +24,7 @@ int keyIndex = 0; // your network key Index number (needed only for W
24
25
unsigned int localPort = 2390; // local port to listen on
26
27
-char packetBuffer[255]; //buffer to hold incoming packet
+char packetBuffer[256]; //buffer to hold incoming packet
28
char ReplyBuffer[] = "acknowledged"; // a string to send back
29
30
WiFiUDP Udp;
0 commit comments