Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
15.04k stars 3.25k forks source link

Configure AP SSID via serial command or JSON API #4264

Open RobertoD91 opened 1 week ago

RobertoD91 commented 1 week ago

Is your feature request related to a problem? Please describe. I'm using WLED in a high school course. Each student has an ESP32. We don't have WPA2 Wi-Fi, only WPA Enterprise, so I can't connect the ESP32 to it. The default AP SSID is the same for all the ESP32s, so students can't connect to their own ESP32.

Describe the solution you'd like The same behavior as the WLED_AP_SSID_UNIQUE build option, but without needing to rebuild, just using serial console of the web installer. For example, a serial command to enable a unique AP SSID.

Describe alternatives you've considered I have rebuilt WLED using the WLED_AP_SSID_UNIQUE option.

Additional context N/A