mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:43:00 +00:00
[micro_wake_word] Allow task stack to be allocated in PSRAM (#16632)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user