khoih-prog / ESP_WiFiManager

This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson
MIT License
371 stars 97 forks source link

Default SSID and password #70

Closed max5555 closed 2 years ago

max5555 commented 2 years ago

The should be the way to set default router SSID and password in the script so to avoid manual configuration after each device reset during tests. May be there is the way? How can I do that?

khoih-prog commented 2 years ago

Thanks for your interest in the library.

There are certainly many easy ways to do that, please go thru the examples to understand what features the library is providing, then modify accordingly.

I currently don't have time to write code for every use case in the world, and consider it a good exercise for you, especially as you're planning to deal with many devices requiring better knowledge of many things.

I'll possible give you some pointer later in the game after you've tried your best.

Good Luck,