Integration with RMT

This commit is contained in:
2025-07-12 22:45:57 -04:00
parent ab277d05a0
commit 74d4302075
21 changed files with 437 additions and 69 deletions

View File

@@ -1,3 +1,4 @@
idf_component_register(SRCS "ConfigManager.cpp"
PRIV_REQUIRES constants nvs_flash
INCLUDE_DIRS "include")
PRIV_REQUIRES constants nvs_flash
REQUIRES flatbuffers
INCLUDE_DIRS "include")