Explorar el Código

progmem macro

Chris Mullins hace 8 años
padre
commit
e80d6c1e27
Se han modificado 1 ficheros con 1 adiciones y 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());