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
482cb28b
Commit
482cb28b
authored
May 17, 2021
by
Eric Duminil
Browse files
TODO
parent
8d4bca45
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_config.cpp
View file @
482cb28b
...
...
@@ -92,6 +92,7 @@ namespace web_config {
iotwebconf
::
TextTParameter
<
STRING_LEN
>
mqttUserParam
=
iotwebconf
::
Builder
<
iotwebconf
::
TextTParameter
<
STRING_LEN
>>
(
"mqtt_user"
).
label
(
"MQTT User"
).
defaultValue
(
MQTT_USER
).
build
();
//TODO: Show the number of * for password?
iotwebconf
::
PasswordTParameter
<
STRING_LEN
>
mqttPasswordParam
=
iotwebconf
::
Builder
<
iotwebconf
::
PasswordTParameter
<
STRING_LEN
>>
(
"mqtt_password"
).
label
(
"MQTT password"
).
defaultValue
(
MQTT_PASSWORD
).
build
();
...
...
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