mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-30 14:20:52 +03:00
allocate led_vu TCB to gain a few bytes & set non-existing GPIO in default config for esp32s3
This commit is contained in:
@@ -43,7 +43,7 @@ static EXT_RAM_ATTR struct led_strip_t led_strip_config = {
|
||||
.rgb_led_type = RGB_LED_TYPE_WS2812,
|
||||
.rmt_channel = RMT_CHANNEL_1,
|
||||
.rmt_interrupt_num = LED_VU_RMT_INTR_NUM,
|
||||
.gpio = GPIO_NUM_22,
|
||||
.gpio = -1,
|
||||
};
|
||||
|
||||
static EXT_RAM_ATTR struct {
|
||||
|
||||
Reference in New Issue
Block a user