diff options
author | uvok | 2025-07-18 20:08:30 +0200 |
---|---|---|
committer | uvok | 2025-07-18 20:08:30 +0200 |
commit | 4b2dd3b9f97a7bdf3a0cef36c9e12658f299bfc4 (patch) | |
tree | d3171f815d781646d11024c125080ab7312311c4 /src/main.cpp | |
parent | 64e6ae46579c4a0b30291d30a47857a7b6111eeb (diff) |
Add GPIO interrupt processing
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4ac8465..ff24090 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -60,6 +60,8 @@ void setup() // gpio_wakeup_enable(GPIO_NUM_0, GPIO_INTR_LOW_LEVEL); // esp_sleep_enable_gpio_wakeup(); // esp_light_sleep_start(); + + de::uvok::badge::gpio_init(); } void loop() |