From b031a829c0890bd05c37474375921ccd7a243a5c Mon Sep 17 00:00:00 2001 From: Terrence Date: Tue, 22 Jul 2025 22:43:41 +0800 Subject: [PATCH] Bump to 1.8.2 --- CMakeLists.txt | 2 +- main/idf_component.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b0c6c75..2170655e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.16) -set(PROJECT_VER "1.8.1") +set(PROJECT_VER "1.8.2") # Add this line to disable the specific warning add_compile_options(-Wno-missing-field-initializers) diff --git a/main/idf_component.yml b/main/idf_component.yml index 3cd93a69..15b2dbee 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -15,7 +15,7 @@ dependencies: 78/esp_lcd_nv3023: ~1.0.0 78/esp-wifi-connect: ~2.4.3 78/esp-opus-encoder: ~2.4.0 - 78/esp-ml307: ~3.1.1 + 78/esp-ml307: ~3.2.0 78/xiaozhi-fonts: ~1.3.2 espressif/led_strip: ^2.5.5 espressif/esp_codec_dev: ~1.3.2