Commit 7b50b54d authored by Eric Duminil's avatar Eric Duminil
Browse files

No need to show MQTT password anymore

parent f1d8c456
Pipeline #5866 passed with stage
in 2 minutes and 34 seconds
......@@ -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();
......
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