[micro_wake_word] Pin to esp-tflite-micro v1.3.1 (#6906)

This commit is contained in:
Keith Burzinski 2024-06-13 19:38:35 -05:00 committed by GitHub
parent 5adadeaa07
commit 2fc43fa9c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,7 @@ async def to_code(config):
esp32.add_idf_component(
name="esp-tflite-micro",
repo="https://github.com/espressif/esp-tflite-micro",
ref="v1.3.1",
)
cg.add_build_flag("-DTF_LITE_STATIC_MEMORY")

View File

@ -1,6 +1,7 @@
dependencies:
esp-tflite-micro:
git: https://github.com/espressif/esp-tflite-micro.git
version: v1.3.1
esp32_camera:
git: https://github.com/espressif/esp32-camera.git
version: v2.0.9