fix wsled build

This commit is contained in:
2026-02-11 22:31:03 -06:00
parent 7a2f701653
commit bb8dcd76b2
3 changed files with 21 additions and 23 deletions

View File

@@ -28,11 +28,6 @@ typedef struct {
spi_bus_config_t buscfg;
} spi_settings_t;
typedef enum {
WS2812B = 0,
WS2815,
} led_strip_model_t;
typedef struct {
gpio_num_t pin;
WsledType type;