Skip to content

Commit

Permalink
Add PSRAM module to onju-voice.yaml
Browse files Browse the repository at this point in the history
Streaming audio seems to work better with this enabled.
  • Loading branch information
vhsdream authored and vhsdream committed Apr 17, 2024
1 parent ff1e273 commit 8654a82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions esphome/onju-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ esphome:
min_version: 2023.11.6
platformio_options:
board_build.flash_mode: dio
build_flags: "-DBOARD_HAS_PSRAM"
board_build.arduino.memory_type: qio_opi
on_boot:
then:
- light.turn_on:
Expand Down Expand Up @@ -52,6 +54,10 @@ esp32:
framework:
type: arduino

psram:
mode: octal
speed: 80MHz

# Enable logging
logger:

Expand Down

0 comments on commit 8654a82

Please sign in to comment.