Commit 12493689 authored by Eric Duminil's avatar Eric Duminil
Browse files

Wifi? param visible again

parent 86f353e8
Pipeline #5959 passed with stage
in 2 minutes and 38 seconds
...@@ -169,7 +169,8 @@ namespace web_config { ...@@ -169,7 +169,8 @@ namespace web_config {
iotWebConf->setHtmlFormatProvider(&optionalGroupHtmlFormatProvider); iotWebConf->setHtmlFormatProvider(&optionalGroupHtmlFormatProvider);
iotWebConf->addSystemParameter(&ampelWifiParam); iotWebConf->addSystemParameter(&ampelWifiParam);
ampelWifiParam.visible = false; // To avoid users getting locked out. In order to set WiFi on/off, console commands can be used. // Somehow, making ampelWifi invisible set it to 0 :-/
// ampelWifiParam.visible = false; // To avoid users getting locked out. In order to set WiFi on/off, console commands can be used.
iotWebConf->addSystemParameter(&wifiTimeoutParam); iotWebConf->addSystemParameter(&wifiTimeoutParam);
iotWebConf->getThingNameParameter()->label = "Ampel name"; iotWebConf->getThingNameParameter()->label = "Ampel name";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment