diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index c325f20..94875bc 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,11 +1,6 @@ idf_component_register( SRCS "mimi.c" - "buttons/multi_button.c" - "buttons/button_driver.c" - "imu/I2C_Driver.c" - "imu/QMI8658.c" - "imu/imu_manager.c" "bus/message_bus.c" "wifi/wifi_manager.c" "telegram/telegram_bot.c" @@ -30,5 +25,5 @@ idf_component_register( REQUIRES nvs_flash esp_wifi esp_netif esp_http_client esp_http_server esp_https_ota esp_event json spiffs console vfs app_update esp-tls - driver esp_timer + esp_timer )