Search found 1 match
- Mon Jul 22, 2019 11:52 pm
- Forum: ESP32 Arduino
- Topic: esp32 dev board not connecting to wifi
- Replies: 7
- Views: 22721
Re: esp32 dev board not connecting to wifi
I am seeing a similar issue, sometimes the Wifi will not connect even after several resets. And then it connects almost everytime. This is really unreliable, the Wifi code is running in the second core. void wifiSetup() { xTaskCreatePinnedToCore( wifiTask, /* Function to implement the task */ "Wifi ...