mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
release esp-sr v1.3.1
This commit is contained in:
parent
a7225a510b
commit
baf24c4b4e
@ -2,13 +2,13 @@
|
||||
|
||||
## Known issues:
|
||||
- Available storage is less than the remaining flash space on IDF v5.0.
|
||||
If you can not map model partition successfully, please check the left free storage by `spi_flash_mmap_get_free_pages(ESP_PARTITION_MMAP_DATA)`
|
||||
If you can not map model partition successfully, please check the left free storage by `spi_flash_mmap_get_free_pages(ESP_PARTITION_MMAP_DATA)` or update IDF to v5.1 or later.
|
||||
|
||||
## unreleased
|
||||
## 1.3.1
|
||||
- Bugfix: remove all cxx11:string
|
||||
- Bugfix: remove esp-partition for esp32s2 & esp32c3 on idf v4.4
|
||||
- Add more loader option for multinet to blance CPU and memory consumption (doing)
|
||||
- Update multinet API to add/modify/check new commands in the code
|
||||
- Update documents to introduce how to use multinet API
|
||||
|
||||
## 1.3.0
|
||||
- Update the partition APIs to keep compatible with both IDF v4.4 and IDF v5.0
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version: "1.3.0"
|
||||
version: "1.3.1"
|
||||
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||
url: https://github.com/espressif/esp-sr
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user