Merge pull request #22 from karlduino/master
Yun example: change one Serial -> Console
This commit is contained in:
commit
fed051a4b4
@ -95,7 +95,7 @@ void loop() {
|
|||||||
|
|
||||||
// ping the server to keep the mqtt connection alive
|
// ping the server to keep the mqtt connection alive
|
||||||
if(! mqtt.ping()) {
|
if(! mqtt.ping()) {
|
||||||
Serial.println(F("MQTT Ping failed."));
|
Console.println(F("MQTT Ping failed."));
|
||||||
}
|
}
|
||||||
|
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
Loading…
Reference in New Issue
Block a user