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
7b50b54d
Commit
7b50b54d
authored
Feb 17, 2022
by
Eric Duminil
Browse files
No need to show MQTT password anymore
parent
f1d8c456
Pipeline
#5866
passed with stage
in 2 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/mqtt.cpp
View file @
7b50b54d
...
...
@@ -119,10 +119,6 @@ namespace mqtt {
Serial
.
print
(
F
(
") "
));
Serial
.
print
(
F
(
"User:'"
));
Serial
.
print
(
config
::
mqtt_user
);
Serial
.
print
(
F
(
"' Password:'"
));
for
(
size_t
i
=
0
;
i
<
strlen
(
config
::
mqtt_password
);
++
i
)
{
Serial
.
print
(
"*"
);
}
Serial
.
print
(
F
(
"' ..."
));
led_effects
::
onBoardLEDOn
();
...
...
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