h5-projekt-mst/skateboard/main/CMakeLists.txt
2026-03-31 16:59:45 +02:00

6 lines
182 B
CMake

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