mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00: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,8 +0,0 @@
|
||||
remote_transmitter:
|
||||
- id: xmitr
|
||||
pin: ${pin}
|
||||
rmt_channel: ${rmt_channel}
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
packages:
|
||||
buttons: !include common-buttons.yaml
|
||||
@@ -1,6 +1,7 @@
|
||||
substitutions:
|
||||
pin: GPIO2
|
||||
rmt_channel: "2"
|
||||
clock_resolution: "2000000"
|
||||
rmt_symbols: "64"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-ard.yaml
|
||||
common: !include esp32-common.yaml
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
substitutions:
|
||||
pin: GPIO2
|
||||
rmt_channel: "1"
|
||||
clock_resolution: "2000000"
|
||||
rmt_symbols: "64"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-ard.yaml
|
||||
common: !include esp32-common.yaml
|
||||
|
||||
@@ -4,4 +4,4 @@ substitutions:
|
||||
rmt_symbols: "64"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
common: !include esp32-common.yaml
|
||||
|
||||
@@ -4,4 +4,4 @@ substitutions:
|
||||
rmt_symbols: "64"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
common: !include esp32-common.yaml
|
||||
|
||||
@@ -4,7 +4,7 @@ substitutions:
|
||||
rmt_symbols: "64"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
common: !include esp32-common.yaml
|
||||
|
||||
remote_transmitter:
|
||||
- id: !extend xmitr
|
||||
|
||||
Reference in New Issue
Block a user