mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Fix a delay call
This commit is contained in:
parent
64766f3f81
commit
5fd0589bc5
@ -63,7 +63,7 @@ void loop() {
|
|||||||
Serial.println(" seconds");
|
Serial.println(" seconds");
|
||||||
digitalWrite(LED_PIN, LOW);
|
digitalWrite(LED_PIN, LOW);
|
||||||
|
|
||||||
webota_delay(15000);
|
webota.delay(15000);
|
||||||
|
|
||||||
i = 2;
|
i = 2;
|
||||||
found = 0;
|
found = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user