add flatbuffer definitions

This commit is contained in:
superkor
2026-01-14 23:43:10 -05:00
committed by Johnathon Slightham
parent c66105c9fd
commit 6df78e0892
10 changed files with 667 additions and 96 deletions

View File

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