Lower the delay so our OTA updates are more reliable

This commit is contained in:
Scott Baker 2019-03-14 09:15:33 -07:00
parent 03128e40f2
commit 926844a420

View File

@ -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);