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

Consult MultiWiFi #42

Closed joseperri closed 3 years ago

joseperri commented 3 years ago

Hello my name is Jose, I am using the ESP_WiFiManager library in its latest version 1.20 and although everything works very well for my specific use, it would be better to be able to work with a single WIFI network, is there any configuration option that allows working exclusively with one NETWORK? At the moment what I am doing is using the library in version 1.011 in which MultiWiFi is not available Since already very grateful for any suggestions

khoih-prog commented 3 years ago

HI Jose,

Good to know ESP_WiFiManager Library is so far working very well for you.

To use single WiFi, you can either

  1. use the previous v1.0.11 or
  2. just ignore the extra SSID1 input fields by leaving them blank

I'll consider, certainly not rush, to restore the ability to configure to use single WiFi in future releases although I still consider this is a step backward.