arduino-esp32/libraries
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
..
ESP32 Add Touchread example (#175) 2017-02-07 03:42:43 +02:00
ESP32NVS Add initial NVS Arduino implementation 2017-02-08 23:09:42 +02:00
SPI Optimize SPI transfers to take one lock and do not return until completed 2017-02-01 02:14:36 +02:00
WiFi beginPacket can be used without listening on socket (#185) 2017-02-08 23:10:16 +02:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00