arduino-esp32/libraries/ArduinoOTA
sticilface 1424b6d1a4 Add guard to handle to check for _initialized (#1321)
The wifi stack initialisation must be complete before calling  `_udp_ota.parsePacket()` otherwise you just get a screen filled with 
```
```
and due to the more async methods in ESP32 `handle()` may be called before this can occur.
2018-04-16 18:56:58 +02:00
..
examples/BasicOTA Add EEPROMClass and examples (#1034) 2018-03-04 20:22:48 +01:00
src Add guard to handle to check for _initialized (#1321) 2018-04-16 18:56:58 +02:00
keywords.txt Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
library.properties Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00