1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-08-25 22:42:46 +03:00

Merge pull request #22 from karlduino/master

Yun example: change one Serial -> Console
This commit is contained in:
Limor "Ladyada" Fried
2015-12-24 23:14:02 -05:00

View File

@@ -95,7 +95,7 @@ void loop() {
// ping the server to keep the mqtt connection alive
if(! mqtt.ping()) {
Serial.println(F("MQTT Ping failed."));
Console.println(F("MQTT Ping failed."));
}
delay(1000);