Files
firmware/components/dataLink/CMakeLists.txt
Johnathon Slightham 2e9004ee34 Reduce DataLink latency
2026-05-19 23:13:24 -04: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")