From cef581d7236dea4338a673039fb4ff320325b7b4 Mon Sep 17 00:00:00 2001 From: Xiaoxia Date: Sun, 22 Mar 2026 13:05:42 +0800 Subject: [PATCH] =?UTF-8?q?Update=20dependencies=20in=20idf=5Fcomponent.ym?= =?UTF-8?q?l=20to=20latest=20versions:=20esp-ml30=E2=80=A6=20(#1867)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update dependencies in idf_component.yml to latest versions: esp-ml307 to ~3.6.5, uart-eth-modem to ~0.3.4, esp32-camera to ^2.1.5, lvgl to ~9.5.0, esp_lvgl_port to ~2.7.2, esp_mmap_assets to ^1.3.2, and adc_battery_estimation to ^0.2.1. * Update esp-wifi-connect version and adjust partition sizes in 4m.csv --- main/idf_component.yml | 16 ++++++++-------- partitions/v2/4m.csv | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/main/idf_component.yml b/main/idf_component.yml index 4bb061e..efcb3c0 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -20,12 +20,12 @@ dependencies: waveshare/custom_io_expander_ch32v003: ^1.0.0 espressif/esp_lcd_panel_io_additions: ^1.0.1 78/esp_lcd_nv3023: ~1.0.0 - 78/esp-wifi-connect: ~3.1.1 + 78/esp-wifi-connect: ~3.1.2 espressif/esp_audio_effects: ~1.2.1 espressif/esp_audio_codec: ~2.4.1 - 78/esp-ml307: ~3.6.4 + 78/esp-ml307: ~3.6.5 78/uart-eth-modem: - version: ~0.3.3 + version: ~0.3.4 rules: - if: target not in [esp32] 78/xiaozhi-fonts: ~1.6.0 @@ -35,7 +35,7 @@ dependencies: espressif/button: ~4.1.5 espressif/knob: ^1.0.0 espressif/esp32-camera: - version: ^2.1.4 + version: ^2.1.5 rules: - if: target in [esp32s3] espressif/esp_video: @@ -52,18 +52,18 @@ dependencies: espressif/esp_lcd_touch_gt1151: ^1 waveshare/esp_lcd_touch_cst9217: ^1.0.3 espressif/esp_lcd_touch_cst816s: ^1.0.6 - lvgl/lvgl: ~9.4.0 - esp_lvgl_port: ~2.7.0 + lvgl/lvgl: ~9.5.0 + esp_lvgl_port: ~2.7.2 espressif/esp_io_expander_tca95xx_16bit: ^2.0.0 espressif2022/image_player: ^1.1.1 espressif2022/esp_emote_expression: ^0.1.0 espressif/adc_mic: ^0.2.1 - espressif/esp_mmap_assets: '>=1.2' + espressif/esp_mmap_assets: ^1.3.2 txp666/otto-emoji-gif-component: version: ^1.1.1 rules: - if: target in [esp32s3] - espressif/adc_battery_estimation: ^0.2.0 + espressif/adc_battery_estimation: ^0.2.1 espressif/esp_new_jpeg: ^0.6.1 # SenseCAP Watcher Board diff --git a/partitions/v2/4m.csv b/partitions/v2/4m.csv index e46fa75..7c4272e 100644 --- a/partitions/v2/4m.csv +++ b/partitions/v2/4m.csv @@ -3,5 +3,5 @@ nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xd000, 0x2000, phy_init, data, phy, 0xf000, 0x1000, -factory, app, factory, 0x10000, 0x2CE000, -assets, data, spiffs, 0x2DE000, 0x122000, \ No newline at end of file +factory, app, factory, 0x10000, 0x2F0000, +assets, data, spiffs, 0x300000, 0x100000, \ No newline at end of file