diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index eef9115..9466663 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,9 +1,6 @@ idf_component_register( SRCS "mimi.c" - "display/display.c" - "display/Vernon_ST7789T/Vernon_ST7789T.c" - "rgb/rgb.c" "buttons/multi_button.c" "buttons/button_driver.c" "imu/I2C_Driver.c" @@ -37,5 +34,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_lcd esp_timer led_strip qrcode + driver esp_timer ) diff --git a/main/idf_component.yml b/main/idf_component.yml index ee698f3..8afa67f 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -14,5 +14,3 @@ dependencies: # # `public` flag doesn't have an effect dependencies of the `main` component. # # All dependencies of `main` are public by default. # public: true - espressif/led_strip: ^2.4.1 - qrcode: "^0.1.0"