bkeevil / esp32-cam

A webcam firmware for ESP32 based camera modules
150 stars 42 forks source link

Make use of ESP_WiFiManager #9

Open pinguinpfleger opened 4 years ago

pinguinpfleger commented 4 years ago

I know you already implemented wifi fallback ap mode but with ESP_WiFiManager it s even more user friendly.

If it can't connect to (non-)configured WIFI it moves the into Access Point open up captive portal page and let you choose one of the scanned access points. See: https://github.com/khoih-prog/ESP_WiFiManager

bkeevil commented 4 years ago

Interesting. I will take a look.