h5-projekt-mst/skateboard/main/CMakeLists.txt
2026-03-28 23:45:25 +01:00

6 lines
153 B
CMake

idf_component_register(
SRCS skateboard.c app_wifi.c app_mpu.c app_mqtt.c
PRIV_REQUIRES nvs_flash esp_netif esp_wifi mqtt
INCLUDE_DIRS ".")