delay 5, print blink

pull/243/head
alanbjohnston 3 years ago committed by GitHub
parent 951aa8000b
commit 12a410053c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ void setup() {
Serial.begin(115200);
delay(2000);
delay(5000);
LittleFS.begin();
// LittleFS.format(); // only format if files of size 0 keep showing up
@ -3561,6 +3561,7 @@ void config_gpio() {
// set LEDs and blink once
// if (!wifi)
Serial.println("Blinking pins");
pinMode(LED_BUILTIN, OUTPUT); // Set LED pin to output
pinMode(MAIN_LED_GREEN, OUTPUT); // Set Main Green LED pin to output
blink_pin(MAIN_LED_GREEN, 150);

Loading…
Cancel
Save

Powered by TurnKey Linux.