Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial
Dependents: esp8266_nodeMCU1 esp8266_2_thingspeak1 Solarator_0-0-2 IoTBurglar_and_Fire_AlarmSystem ... more
Fork of ESP8266Interface by
Diff: Socket/UDPSocket.cpp
- Revision:
- 30:c035696b9397
- Parent:
- 27:9c6cefc12f0c
- Child:
- 31:fd0eaf273b11
diff -r 939372104145 -r c035696b9397 Socket/UDPSocket.cpp
--- a/Socket/UDPSocket.cpp Tue Apr 28 20:17:51 2015 +0000
+++ b/Socket/UDPSocket.cpp Wed Apr 29 22:43:03 2015 +0000
@@ -53,7 +53,7 @@
while ((tmr.read_ms() < _timeout) || _blocking) {
- idx += wifi->send(packet, length);
+ idx += wifi->sendUDP(packet, length);
if (idx == length)
return idx;

Adafruit Huzzah