Files
firmware/components/dataLink/CMakeLists.txt
Johnathon Slightham c14c82ce9c Reduce DataLink latency
2026-01-30 01:44:42 -05:00

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")