Search found 1 match
- Sat Feb 08, 2025 1:48 am
- Forum: ESP32 Arduino
- Topic: WiFi.softAP different behavior... Password not accepted.
- Replies: 5
- Views: 11450
Re: WiFi.softAP different behavior... Password not accepted.
I had the same problem, the password was sometimes not recognized. The problem may be related to a corrupted NVS memory. After I deleted the memory esptool.py --chip esp32 erase_region 0x9000 0x6000 the password was recognized again. To prevent WiFi related data from being stored in NVS memory, you ...