mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
typo
This commit is contained in:
@ -47,8 +47,8 @@ void loop() {
|
|||||||
|
|
||||||
if (!client.connect(host, port)) {
|
if (!client.connect(host, port)) {
|
||||||
Serial.println("connection failed");
|
Serial.println("connection failed");
|
||||||
Serial.println("wait 5 sec...");
|
Serial.println("wait 5 sec...");
|
||||||
delay(5000);
|
delay(5000);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -63,6 +63,6 @@ void loop() {
|
|||||||
client.stop();
|
client.stop();
|
||||||
|
|
||||||
Serial.println("wait 5 sec...");
|
Serial.println("wait 5 sec...");
|
||||||
delay(5000);
|
delay(5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user