flatbuffer wrapper for movement sets

This commit is contained in:
superkor
2026-01-15 02:14:48 -05:00
parent f7a9e487b6
commit 0f47020e44
5 changed files with 121 additions and 47 deletions

View File

@@ -21,7 +21,7 @@ class MovementSetManager {
private:
std::unique_ptr<TopologyManager> topology_manager;
std::vector<struct MovementEntry> movements;
// std::vector<struct MovementEntry> movements;
nvs_handle_t handle;
};