enhanced Aliot MQTT connection full through

This commit is contained in:
strawmanbobi
2022-02-27 20:01:08 +08:00
parent 0e4d73de5f
commit b020ec47e3
6 changed files with 66 additions and 22 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("MQTT connection responded :");
Serial.print("INFO:\tMQTT connection responded :");
Serial.println(_state);
}
}