Skip to content

Commit 2c564eb

Browse files
committed
oh right, esp32-c3 needs this line
1 parent 2934a4e commit 2c564eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adafruit_ESP32_Arduino_Demos/ESP32_sleeptest/ESP32_sleeptest.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ void loop() {
3131
delay(1000);
3232

3333
disableInternalPower();
34+
LEDoff();
3435
esp_sleep_enable_timer_wakeup(1000000); // 1 sec
3536
esp_light_sleep_start();
3637
// we'll wake from light sleep here

0 commit comments

Comments
 (0)