[micro_wake_word] Allow task stack to be allocated in PSRAM (#16632)

This commit is contained in:
Kevin Ahrendt
2026-05-25 11:04:26 -04:00
committed by GitHub
parent 684bce8b9a
commit 1c7ae96e42
4 changed files with 27 additions and 17 deletions

View File

@@ -1,3 +1,6 @@
psram:
mode: quad
i2s_audio:
i2s_lrclk_pin: GPIO18
i2s_bclk_pin: GPIO19
@@ -12,6 +15,7 @@ microphone:
micro_wake_word:
microphone: echo_microphone
task_stack_in_psram: true
on_wake_word_detected:
- logger.log: "Wake word detected"
- micro_wake_word.stop: