Relase v1.4.0

This commit is contained in:
xysun 2023-08-08 14:50:52 +08:00
parent 9f391a2525
commit 27227d4471
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ If you can not map model partition successfully, please check the left free stor
## 1.4.0 ## 1.4.0
- Add ci tests to check the APIs of wakenet, multinet and AFE work fine - 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 - Reduce the latency of multinet6
## 1.3.4 ## 1.3.4

View File

@ -1,4 +1,4 @@
version: "1.3.4" version: "1.4.0"
description: esp_sr provides basic algorithms for Speech Recognition applications description: esp_sr provides basic algorithms for Speech Recognition applications
url: https://github.com/espressif/esp-sr url: https://github.com/espressif/esp-sr
dependencies: dependencies:
@ -7,7 +7,8 @@ dependencies:
files: files:
exclude: exclude:
- ".github" - ".github"
- "docs" - "docs/**/*"
- "test_apps/**/*"
targets: targets:
- esp32 - esp32
- esp32s2 - esp32s2