add some classes for movement set handling

This commit is contained in:
superkor
2026-01-13 03:55:49 -05:00
parent 2e06217a5b
commit ace2c5a544
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")