[micro_wake_word] Bugfix: Use es-nn v1.1.2 (last known working version) (#15703)

This commit is contained in:
Kevin Ahrendt
2026-04-13 15:42:02 +02:00
committed by GitHub
parent 7918a93a7f
commit 6aa538a61d
@@ -452,7 +452,7 @@ async def to_code(config):
esp32.add_idf_component(name="espressif/esp-tflite-micro", ref="1.3.3~1")
# Pin esp-nn for stable future builds (esp-tflite-micro depends on esp-nn)
esp32.add_idf_component(name="espressif/esp-nn", ref="1.2.1")
esp32.add_idf_component(name="espressif/esp-nn", ref="1.1.2")
cg.add_build_flag("-DTF_LITE_STATIC_MEMORY")
cg.add_build_flag("-DTF_LITE_DISABLE_X86_NEON")