tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
664 stars 217 forks source link

Possible feature: ability to change AP SSID & Password over webpage #54

Closed kevinudemy closed 4 years ago

kevinudemy commented 4 years ago

Hello, awesome work on this wifi manager btw!

I am using the wifi manager and thought it would be great to have the ability to create a new AP ssid and password over the webpage. I was trying this, but I am having major troubles modifying the wifi_manager.c file to enable saving the new credentials to the flash and retrieving them upon restarting the ESP - so I thought I would ask if you have any plans for this in the future?

all the best

tonyp7 commented 4 years ago

Hello,

Thanks for the kind words. This is absolutely not in plan right now. Changing the web ui / sync with the esp is not worth it I feel. SSID will remain static but it can be changed through "make menuconfig"