mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Lower the delay so our OTA updates are more reliable
This commit is contained in:
parent
03128e40f2
commit
926844a420
@ -20,7 +20,7 @@ void setup() {
|
||||
|
||||
// the loop function runs over and over again forever
|
||||
void loop() {
|
||||
int md = 1000;
|
||||
int md = 200;
|
||||
|
||||
digitalWrite(LED_PIN, HIGH);
|
||||
delay(md);
|
||||
|
Loading…
Reference in New Issue
Block a user