Yun example: change one Serial -> Console

This commit is contained in:
Karlduino 2015-12-24 22:00:13 -06:00
parent 0f9627c73c
commit 71496c977f
1 changed files with 1 additions and 1 deletions

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);