Explorar o código

progmem macro

Chris Mullins %!s(int64=8) %!d(string=hai) anos
pai
achega
e80d6c1e27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/MQTT/MqttClient.cpp

+ 1 - 1
lib/MQTT/MqttClient.cpp

@@ -43,7 +43,7 @@ void MqttClient::begin() {
 void MqttClient::reconnect() {
   if (! mqttClient->connected()) {
 #ifdef MQTT_DEBUG
-    Serial.println("MqttClient - econnecting");
+    Serial.println(F("MqttClient - connecting"));
 #endif
     char nameBuffer[30];
     sprintf_P(nameBuffer, PSTR("milight-hub-%u"), ESP.getChipId());