Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
95470be4
Commit
95470be4
authored
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Hide WiFi on/off parameters from config page
parent
67f1a91c
Pipeline
#5920
passed with stage
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/web_config.cpp
+1
-0
ampel-firmware/web_config.cpp
with
1 addition
and
0 deletions
+1
-0
ampel-firmware/web_config.cpp
+
1
-
0
View file @
95470be4
...
...
@@ -170,6 +170,7 @@ namespace web_config {
iotWebConf
->
setHtmlFormatProvider
(
&
optionalGroupHtmlFormatProvider
);
iotWebConf
->
addSystemParameter
(
&
ampelWifiParam
);
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
->
getThingNameParameter
()
->
label
=
"Ampel name"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment