From 27227d4471c6f00c2385349c55d720dcf45a6bf7 Mon Sep 17 00:00:00 2001 From: xysun Date: Tue, 8 Aug 2023 14:50:52 +0800 Subject: [PATCH] Relase v1.4.0 --- CHANGELOG.md | 2 +- idf_component.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8af2e..733398c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ If you can not map model partition successfully, please check the left free stor ## 1.4.0 - Add ci tests to check the APIs of wakenet, multinet and AFE work fine -- Support to load and run two wakenet9 at the same time in AFE +- Support to load and run two wakenet9 models at the same time in AFE - Reduce the latency of multinet6 ## 1.3.4 diff --git a/idf_component.yml b/idf_component.yml index de674cf..efadb1b 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.3.4" +version: "1.4.0" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: @@ -7,7 +7,8 @@ dependencies: files: exclude: - ".github" - - "docs" + - "docs/**/*" + - "test_apps/**/*" targets: - esp32 - esp32s2