mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 09:37:21 +02:00
5 lines
199 B
CMake
5 lines
199 B
CMake
idf_component_register(SRCS "ConfigManager.cpp"
|
|
PRIV_REQUIRES constants nvs_flash
|
|
REQUIRES flatbuffers
|
|
INCLUDE_DIRS "include")
|