diff --git a/src/led/led_neopixel.c b/src/led/led_neopixel.c index 8f4c607..c3da4b2 100644 --- a/src/led/led_neopixel.c +++ b/src/led/led_neopixel.c @@ -36,7 +36,7 @@ tNeopixel pixel[] = { }; #if defined(CONFIG_IDF_TARGET_ESP32S3) - #define NEOPIXEL_PIN GPIO_NUM_21 + #define NEOPIXEL_PIN GPIO_NUM_48 #elif defined(CONFIG_IDF_TARGET_ESP32S2) #define NEOPIXEL_PIN GPIO_NUM_15 #elif defined(CONFIG_IDF_TARGET_ESP32C6)