mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 09:37:21 +02:00
5 lines
289 B
CMake
5 lines
289 B
CMake
idf_component_register(SRCS "DataLinkManager.cpp" "DataLinkRIP.cpp" "DataLinkScheduler.cpp" "DataLinkFrames.cpp"
|
|
PRIV_REQUIRES driver esp_event nvs_flash esp_netif rmt
|
|
REQUIRES esp_timer ptrQueue
|
|
INCLUDE_DIRS "include")
|