ESP32/components/mcs_telemetry/CMakeLists.txt

7 lines
120 B
CMake

idf_component_register(
SRCS "mcs_telemetry.c"
INCLUDE_DIRS "."
REQUIRES esp_wifi esp_timer wifi_monitor
)