mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 03:42:20 +01:00
[esp32_rmt] Add variant validation for use_dma (#8897)
This commit is contained in:
@@ -4,7 +4,6 @@ remote_transmitter:
|
||||
carrier_duty_percent: 50%
|
||||
clock_resolution: ${clock_resolution}
|
||||
rmt_symbols: ${rmt_symbols}
|
||||
use_dma: ${use_dma}
|
||||
|
||||
packages:
|
||||
buttons: !include common-buttons.yaml
|
||||
|
@@ -2,7 +2,6 @@ substitutions:
|
||||
pin: GPIO2
|
||||
clock_resolution: "2000000"
|
||||
rmt_symbols: "64"
|
||||
use_dma: "true"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
|
@@ -2,7 +2,6 @@ substitutions:
|
||||
pin: GPIO2
|
||||
clock_resolution: "2000000"
|
||||
rmt_symbols: "64"
|
||||
use_dma: "true"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
|
@@ -2,7 +2,10 @@ substitutions:
|
||||
pin: GPIO38
|
||||
clock_resolution: "2000000"
|
||||
rmt_symbols: "64"
|
||||
use_dma: "true"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
|
||||
remote_transmitter:
|
||||
- id: !extend xmitr
|
||||
use_dma: "true"
|
||||
|
Reference in New Issue
Block a user