unified debug text format

This commit is contained in:
strawmanbobi
2025-01-08 13:06:29 +08:00
parent 92f1af2656
commit 9a9566e17f
3 changed files with 17 additions and 17 deletions

View File

@@ -207,7 +207,7 @@ boolean PubSubClient::connect(const char *id, const char *user, const char *pass
return true;
} else {
_state = buffer[3];
Serial.print("INFO:\tMQTT connection responded :");
Serial.print("INFO: MQTT connection responded :");
Serial.println(_state);
}
}