movement set read write to nvs working

This commit is contained in:
superkor
2026-01-28 00:47:22 -05:00
committed by Johnathon Slightham
parent 91097d2a80
commit 780eff2852
10 changed files with 288 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "MovementManager.cpp" "MovementManager.cpp" "TopologyManager.cpp"
idf_component_register(SRCS "MovementManager.cpp" "MovementSetManager.cpp" "TopologyManager.cpp"
PRIV_REQUIRES esp_event nvs_flash rmt dataLink flatbuffers
# REQUIRES esp_timer
INCLUDE_DIRS "include")