arduino-esp32/libraries/WiFi
Martin Sloup 3e87dcf748 beginPacket can be used without listening on socket (#185)
Currently there is bug in WiFiUDP library when you want to use beginPacket(...) without listening on socket (without calling begin(...) first). You can't send any data because socket is not open and also tx_buffer is not allocated which cause crash while writing data to tx_buffer.
2017-02-08 23:10:16 +02:00
..
examples Add (ported) SimpleWiFiServer (#158) 2017-02-05 17:21:51 +02:00
src beginPacket can be used without listening on socket (#185) 2017-02-08 23:10:16 +02:00
keywords.txt initial import 2016-10-06 07:09:44 -06:00
library.properties initial import 2016-10-06 07:09:44 -06:00