release esp-sr v1.3.1

This commit is contained in:
xysun 2023-05-10 19:26:58 +08:00
parent a7225a510b
commit baf24c4b4e
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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: