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

Hide or turn off SSID1 and PASSWORD1 field #49

Closed VarconGitHub closed 3 years ago

VarconGitHub commented 3 years ago

Hello there Is there any way to disable fields for SSID1 and PASSWORD1? I wont be using MultiWiFi feature I succesfully disabled USE_STATIC_IP_CONFIG_IN_CP but i cant do the same for SSID1 and PASSWORD1

Configuration

khoih-prog commented 3 years ago

I currently have no plan to provide that option for near future releases.

Please check the temporary solution in

Consult MultiWiFi #42

If there are many more requests, I certainly will consider and spend some time to do or even create a SingleWiFi twin library.