grmcdorman / esp8266_web_settings

General, non-specific web-based settings/status manager and classes for ESP8266 (possibly usable for other Arduino-class boards).
MIT License
2 stars 0 forks source link

Support for hiding or disabling a setting based on update data #12

Open grmcdorman opened 2 years ago

grmcdorman commented 2 years ago

It should be possible to hide a setting on a tab based on its value, or on the value of another setting.

This is proposed, in particular, to deal with WiFi station mode v.s. Soft AP mode. When Soft AP mode is not active, the Soft AP related settings could be hidden; likewise, when not connected to an AP, the station settings could be hidden.