1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[psram] Allow use of experimental 120MHz octal mode (#8519)

This commit is contained in:
Clyde Stubbs
2025-04-07 22:49:40 +10:00
committed by GitHub
parent 9637ef35bd
commit 23dec912ad
8 changed files with 98 additions and 17 deletions

View File

@@ -1,3 +1,2 @@
psram:
mode: octal
speed: 80MHz

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -1 +1,3 @@
<<: !include common.yaml
psram:
mode: octal
speed: 80MHz

View File

@@ -1 +1,10 @@
<<: !include common.yaml
esp32:
framework:
type: esp-idf
advanced:
enable_idf_experimental_features: yes
psram:
mode: octal
speed: 120MHz
enable_ecc: true