Skip to content

Commit 49e4c94

Browse files
committed
bug fixing
Former-commit-id: 4119988
1 parent 3163121 commit 49e4c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFiS3/src/WiFiUdp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ int WiFiUDP::endPacket() {
104104
if(_sock >= 0) {
105105
string res = "";
106106
modem.begin();
107-
if(modem.write(string(PROMPT(_UDPBEGINPACKET)),res, "%s%d\r\n" , CMD_WRITE(_UDPBEGINPACKET), _sock)) {
107+
if(modem.write(string(PROMPT(_UDPENDPACKET)),res, "%s%d\r\n" , CMD_WRITE(_UDPENDPACKET), _sock)) {
108108
return 1;
109109
}
110110
}

0 commit comments

Comments
 (0)