fix(led): add fallback CONFIG_RGB_LED_GPIO and clean up component dependencies
This commit is contained in:
parent
068679ceaa
commit
6a9cd47913
|
|
@ -8,6 +8,5 @@ dependencies:
|
||||||
|
|
||||||
## LCD touch abstraction
|
## LCD touch abstraction
|
||||||
espressif/esp_lcd_touch: "^1.0"
|
espressif/esp_lcd_touch: "^1.0"
|
||||||
|
|
||||||
## Onboard WS2812 LED (Disabling & Modular Indicators)
|
## Onboard WS2812 LED (Disabling & Modular Indicators)
|
||||||
espressif/led_strip: "^3.0.0"
|
espressif/led_strip: "^3.0.0"
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "led_indicator.h"
|
#include "led_indicator.h"
|
||||||
|
#include "led_strip.h"
|
||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
|
|
||||||
static const char *TAG = "main";
|
static const char *TAG = "main";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue