mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 13:34:54 +01:00
[micro_wake_word] Pin to esp-tflite-micro v1.3.1 (#6906)
This commit is contained in:
parent
5adadeaa07
commit
2fc43fa9c7
2 changed files with 2 additions and 0 deletions
|
@ -312,6 +312,7 @@ async def to_code(config):
|
||||||
esp32.add_idf_component(
|
esp32.add_idf_component(
|
||||||
name="esp-tflite-micro",
|
name="esp-tflite-micro",
|
||||||
repo="https://github.com/espressif/esp-tflite-micro",
|
repo="https://github.com/espressif/esp-tflite-micro",
|
||||||
|
ref="v1.3.1",
|
||||||
)
|
)
|
||||||
|
|
||||||
cg.add_build_flag("-DTF_LITE_STATIC_MEMORY")
|
cg.add_build_flag("-DTF_LITE_STATIC_MEMORY")
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
esp-tflite-micro:
|
esp-tflite-micro:
|
||||||
git: https://github.com/espressif/esp-tflite-micro.git
|
git: https://github.com/espressif/esp-tflite-micro.git
|
||||||
|
version: v1.3.1
|
||||||
esp32_camera:
|
esp32_camera:
|
||||||
git: https://github.com/espressif/esp32-camera.git
|
git: https://github.com/espressif/esp32-camera.git
|
||||||
version: v2.0.9
|
version: v2.0.9
|
||||||
|
|
Loading…
Reference in a new issue