You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the WiFiAccessPoint example and changing the SSID with a short password (less than 8 characters) it assigns an unexpected SSID and leaves it as open nerwork (no passord).
The example works fine with passwords with more than 7 characters and when it is NULL (open network).
Otherwise it fails, returning false but it still turns on the AP with an ESP32_XXXX SSID.
Board
ESP32 Devkit
Device Description
Just the Devkit
Hardware Configuration
None
Version
v2.0.6
IDE Name
Arduino IDE 1.8.15
Operating System
Windows 11
Flash frequency
QIO 80MHz
PSRAM enabled
no
Upload speed
Tried 115200 and 921600
Description
When running the WiFiAccessPoint example and changing the SSID with a short password (less than 8 characters) it assigns an unexpected SSID and leaves it as open nerwork (no passord).
The example works fine with passwords with more than 7 characters and when it is NULL (open network).
Otherwise it fails, returning
false
but it still turns on the AP with an ESP32_XXXX SSID.It seems that the issue is in the WiFiAP.cpp code that should DISABLE AP before returning.
https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiAP.cpp#L151-L155
Sketch
https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiAccessPoint/WiFiAccessPoint.ino
Debug Message
Other Steps to Reproduce
NONE
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: