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

Fix softAP default configuration typos #35

Closed hanhdt closed 5 years ago

hanhdt commented 5 years ago

Hi, Thanks for great component. At currently, I have just realized some typos in softAP configuration, hence would like to push a PR to fix it. Please, review if it's possible to merge.

tonyp7 commented 5 years ago

Good catch! I'll review this when I get home and merge it. Also: I really need to remove sdkconfig from the git repo!

hanhdt commented 5 years ago

That's right, I thought that sdkconfig should be at local. So, updated!

tonyp7 commented 5 years ago

thank you!