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
9fd8f7d8
Commit
9fd8f7d8
authored
Feb 15, 2022
by
Eric Duminil
Browse files
Better names
parent
455830fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_config.cpp
View file @
9fd8f7d8
...
...
@@ -186,6 +186,9 @@ namespace web_config {
iotWebConf
->
addSystemParameter
(
&
ampelWifiParam
);
iotWebConf
->
addSystemParameter
(
&
wifiTimeoutParam
);
iotWebConf
->
getThingNameParameter
()
->
label
=
"Ampel name"
;
iotWebConf
->
getApPasswordParameter
()
->
label
=
"Ampel password (user : 'admin')"
;
co2Params
.
addItem
(
&
timestepParam
);
co2Params
.
addItem
(
&
temperatureOffsetParam
);
co2Params
.
addItem
(
&
altitudeParam
);
...
...
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