1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00
This commit is contained in:
Markus Sattler
2015-12-04 18:20:40 +01:00
parent 2ebc7c9dc1
commit 34571a0e9d

View File

@ -47,8 +47,8 @@ void loop() {
if (!client.connect(host, port)) {
Serial.println("connection failed");
Serial.println("wait 5 sec...");
delay(5000);
Serial.println("wait 5 sec...");
delay(5000);
return;
}
@ -63,6 +63,6 @@ void loop() {
client.stop();
Serial.println("wait 5 sec...");
delay(5000);
delay(5000);
}