move rmt constants to constants comp

This commit is contained in:
superkor
2026-01-15 19:31:52 -05:00
parent 55daf92ed2
commit e3907eeb63
5 changed files with 36 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "RMTManager.cpp"
PRIV_REQUIRES driver esp_event nvs_flash esp_netif
REQUIRES esp_driver_rmt
REQUIRES esp_driver_rmt constants
INCLUDE_DIRS "include")