add some classes for movement set handling

This commit is contained in:
superkor
2026-01-13 03:55:49 -05:00
committed by Johnathon Slightham
parent 516d14197f
commit c66105c9fd
11 changed files with 263 additions and 9 deletions

View File

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