build: drop display and led component dependencies

Signed-off-by: Bo <boironic@gmail.com>
This commit is contained in:
Bo
2026-02-19 06:30:00 +08:00
parent cca3e759e4
commit 9c889ef3f2
2 changed files with 1 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
idf_component_register( idf_component_register(
SRCS SRCS
"mimi.c" "mimi.c"
"display/display.c"
"display/Vernon_ST7789T/Vernon_ST7789T.c"
"rgb/rgb.c"
"buttons/multi_button.c" "buttons/multi_button.c"
"buttons/button_driver.c" "buttons/button_driver.c"
"imu/I2C_Driver.c" "imu/I2C_Driver.c"
@@ -37,5 +34,5 @@ idf_component_register(
REQUIRES REQUIRES
nvs_flash esp_wifi esp_netif esp_http_client esp_http_server 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 esp_https_ota esp_event json spiffs console vfs app_update esp-tls
driver esp_lcd esp_timer led_strip qrcode driver esp_timer
) )

View File

@@ -14,5 +14,3 @@ dependencies:
# # `public` flag doesn't have an effect dependencies of the `main` component. # # `public` flag doesn't have an effect dependencies of the `main` component.
# # All dependencies of `main` are public by default. # # All dependencies of `main` are public by default.
# public: true # public: true
espressif/led_strip: ^2.4.1
qrcode: "^0.1.0"