fix(led): add fallback CONFIG_RGB_LED_GPIO and clean up component dependencies

This commit is contained in:
Mathew Saju 2026-05-18 10:59:41 +05:30
parent 068679ceaa
commit 6a9cd47913
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,5 @@ dependencies:
## LCD touch abstraction
espressif/esp_lcd_touch: "^1.0"
## Onboard WS2812 LED (Disabling & Modular Indicators)
espressif/led_strip: "^3.0.0"

View File

@ -38,6 +38,7 @@
#endif
#include "led_indicator.h"
#include "led_strip.h"
#include "esp_timer.h"
static const char *TAG = "main";