mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Bump ESP32 Arduino version to 3.1.3 (#8604)
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
id: led_strip1
|
||||
pin: ${pin1}
|
||||
num_leds: 60
|
||||
rmt_channel: 0
|
||||
rgb_order: GRB
|
||||
chipset: ws2812
|
||||
- platform: esp32_rmt_led_strip
|
||||
id: led_strip2
|
||||
pin: ${pin2}
|
||||
num_leds: 60
|
||||
rmt_channel: 1
|
||||
rgb_order: RGB
|
||||
bit0_high: 100us
|
||||
bit0_low: 100us
|
||||
bit1_high: 100us
|
||||
bit1_low: 100us
|
@@ -3,4 +3,4 @@ substitutions:
|
||||
pin2: GPIO14
|
||||
|
||||
packages:
|
||||
common: !include common-ard.yaml
|
||||
common: !include common.yaml
|
||||
|
@@ -3,4 +3,4 @@ substitutions:
|
||||
pin2: GPIO4
|
||||
|
||||
packages:
|
||||
common: !include common-ard.yaml
|
||||
common: !include common.yaml
|
||||
|
@@ -3,4 +3,4 @@ substitutions:
|
||||
pin2: GPIO4
|
||||
|
||||
packages:
|
||||
common: !include common-idf.yaml
|
||||
common: !include common.yaml
|
||||
|
@@ -3,4 +3,4 @@ substitutions:
|
||||
pin2: GPIO14
|
||||
|
||||
packages:
|
||||
common: !include common-idf.yaml
|
||||
common: !include common.yaml
|
||||
|
@@ -3,7 +3,7 @@ substitutions:
|
||||
pin2: GPIO4
|
||||
|
||||
packages:
|
||||
common: !include common-idf.yaml
|
||||
common: !include common.yaml
|
||||
|
||||
light:
|
||||
- id: !extend led_strip1
|
||||
|
Reference in New Issue
Block a user