diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 0ea1e8e82..ba50569b2 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -13,6 +13,7 @@ void setup(); void setup() { + // Blink on-board LED once upon initialization pinMode(8, OUTPUT); Serial.println("LED ON"); digitalWrite(8, HIGH);