1
0
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:
Jonathan Swoboda
2025-06-18 16:16:25 -04:00
committed by GitHub
parent 57388254c4
commit aa180b9581
68 changed files with 171 additions and 738 deletions

View File

@@ -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

View File

@@ -3,4 +3,4 @@ substitutions:
pin2: GPIO14
packages:
common: !include common-ard.yaml
common: !include common.yaml

View File

@@ -3,4 +3,4 @@ substitutions:
pin2: GPIO4
packages:
common: !include common-ard.yaml
common: !include common.yaml

View File

@@ -3,4 +3,4 @@ substitutions:
pin2: GPIO4
packages:
common: !include common-idf.yaml
common: !include common.yaml

View File

@@ -3,4 +3,4 @@ substitutions:
pin2: GPIO14
packages:
common: !include common-idf.yaml
common: !include common.yaml

View File

@@ -3,7 +3,7 @@ substitutions:
pin2: GPIO4
packages:
common: !include common-idf.yaml
common: !include common.yaml
light:
- id: !extend led_strip1