Search found 1 match

by Planestoner
Sun Aug 25, 2019 7:46 am
Forum: ESP32 Arduino
Topic: ESP32 reboots on WiFi.softAP(ssid,password); or WiFi.enableAP(true); without error.
Replies: 6
Views: 9966

Re: ESP32 reboots on WiFi.softAP(ssid,password); or WiFi.enableAP(true); without error.

Take a look at https://github.com/espressif/arduino-esp32/issues/2025 I had an extremely similar experience to you and wiping the flash with esptool and then setting WiFi.persistent(false) (before calling the WiFi.softap cures problem. WiFi.persistent(false) The post above has a few other suggestion...