Search found 1 match

by jannemanbrandt
Mon Apr 12, 2021 11:04 pm
Forum: ESP32 Arduino
Topic: ESP32 Not connecting to WiFi consistently
Replies: 14
Views: 65811

Re: ESP32 Not connecting to WiFi consistently

increase the wait to 5000
delay(5000);

Another option to investigate:

WiFi.mode(WIFI_STA);