arduino-esp32/libraries/ArduinoOTA/src
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
..
ArduinoOTA.cpp Add guard to handle to check for _initialized (#1321) 2018-04-16 18:56:58 +02:00
ArduinoOTA.h Allow chaining of methods for more concise code (#809) 2017-11-06 15:25:11 +02:00