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