h5-projekt-mst/skateboard/main/CMakeLists.txt
2026-04-01 09:19:49 +02:00

6 lines
178 B
CMake

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