1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +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,14 +0,0 @@
remote_receiver:
- id: rcvr
pin: ${pin}
rmt_channel: ${rmt_channel}
dump: all
tolerance: 25%
<<: !include common-actions.yaml
binary_sensor:
- platform: remote_receiver
name: Panasonic Remote Input
panasonic:
address: 0x4004
command: 0x100BCBD

View File

@@ -1,6 +1,9 @@
substitutions:
pin: GPIO2
rmt_channel: "2"
clock_resolution: "2000000"
filter_symbols: "2"
receive_symbols: "4"
rmt_symbols: "64"
packages:
common: !include esp32-common-ard.yaml
common: !include esp32-common.yaml

View File

@@ -1,6 +1,9 @@
substitutions:
pin: GPIO2
rmt_channel: "2"
clock_resolution: "2000000"
filter_symbols: "2"
receive_symbols: "4"
rmt_symbols: "64"
packages:
common: !include esp32-common-ard.yaml
common: !include esp32-common.yaml

View File

@@ -6,4 +6,4 @@ substitutions:
rmt_symbols: "64"
packages:
common: !include esp32-common-idf.yaml
common: !include esp32-common.yaml

View File

@@ -6,4 +6,4 @@ substitutions:
rmt_symbols: "64"
packages:
common: !include esp32-common-idf.yaml
common: !include esp32-common.yaml

View File

@@ -6,7 +6,7 @@ substitutions:
rmt_symbols: "64"
packages:
common: !include esp32-common-idf.yaml
common: !include esp32-common.yaml
remote_receiver:
- id: !extend rcvr