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:
@@ -1,3 +1,2 @@
|
||||
psram:
|
||||
mode: octal
|
||||
speed: 80MHz
|
||||
|
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
@@ -1 +1,3 @@
|
||||
<<: !include common.yaml
|
||||
psram:
|
||||
mode: octal
|
||||
speed: 80MHz
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user