add one second delay

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent d68441d31c
commit ca906fc4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -310,7 +310,7 @@ void loop() {
led_set(blueLED, LOW);
}
}
delay(100);
delay(1000);
}
void eeprom_word_write(int addr, int val)

Loading…
Cancel
Save

Powered by TurnKey Linux.