Skip to content

Conversation

sticilface
Copy link
Contributor

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.

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.
@me-no-dev me-no-dev merged commit 1424b6d into espressif:master Apr 16, 2018
Curclamas pushed a commit to Curclamas/arduino-esp32 that referenced this pull request Aug 21, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants