Release esp-sr v1.5.1

This commit is contained in:
xysun 2023-11-10 20:01:38 +08:00
parent e99bde74b4
commit 88ea0c93f3
2 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,11 @@
- 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)` or update IDF to v5.1 or later.
# unreleased
## 1.5.1
- Reduce Internal RAM of multinet7
- Update benchmark
- Add ci build test for esp32
- Fix some bugs
## 1.5.0
- Add esp32c6 tts lib

View File

@ -1,4 +1,4 @@
version: "1.5.0"
version: "1.5.1"
description: esp_sr provides basic algorithms for Speech Recognition applications
url: https://github.com/espressif/esp-sr
dependencies: