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

@@ -9,5 +9,6 @@ idf_component_register(
SRCS ${SRC_FILES}
PRIV_REQUIRES spi_flash
REQUIRES esp_driver_gpio
REQUIRES esp_driver_spi
INCLUDE_DIRS "."
)