Merge pull request #106 from edwardtfn/dev
Remove enforcing psram mode to octal
This commit is contained in:
@@ -10,7 +10,6 @@ light:
|
|||||||
- id: !extend light_full
|
- id: !extend light_full
|
||||||
platform: esp32_rmt_led_strip
|
platform: esp32_rmt_led_strip
|
||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
rmt_channel: 1
|
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
max_refresh_rate: 33ms
|
max_refresh_rate: 33ms
|
||||||
use_psram: false
|
use_psram: false
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ light:
|
|||||||
- id: !extend light_full
|
- id: !extend light_full
|
||||||
platform: esp32_rmt_led_strip
|
platform: esp32_rmt_led_strip
|
||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
rmt_channel: 1
|
# rmt_channel: 1 # Not supported with IDF 5
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
max_refresh_rate: 33ms
|
max_refresh_rate: 33ms
|
||||||
use_psram: false
|
use_psram: false
|
||||||
|
|||||||
@@ -109,8 +109,6 @@ ota:
|
|||||||
platform: esphome
|
platform: esphome
|
||||||
|
|
||||||
psram:
|
psram:
|
||||||
mode: octal
|
|
||||||
speed: 80MHz
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- id: api_send_ha_event_boot
|
- id: api_send_ha_event_boot
|
||||||
|
|||||||
Reference in New Issue
Block a user