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
666 stars 219 forks source link

Added WiFi-settings #3

Closed FredrikFornstad closed 6 years ago

FredrikFornstad commented 6 years ago

I have added code to change ap name, ap pwd, channel, bandwidth, powersave, STA only, STA static IP etc. The code can certainly be optimized.

I have 20 MHz bandwidth as default as it reduces radio interference with other WiFi access Points and I guess most applications does not need more.

Missing:

tonyp7 commented 6 years ago

Hi Fredrik, Thanks for the PR --give me some time to get my hands on it and check how I can merge it!

tonyp7 commented 6 years ago

I merged the code, I might change a few things but it's looking good!

FredrikFornstad commented 6 years ago

Please go ahead and change the code to adapt to your coding and to clean it up a bit! Consider it as a rough suggestion to get you started... ;-)