mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
[esp32_rmt] Add variant validation for use_dma (#8897)
This commit is contained in:
@@ -7,7 +7,6 @@ remote_receiver:
|
||||
filter_symbols: ${filter_symbols}
|
||||
receive_symbols: ${receive_symbols}
|
||||
rmt_symbols: ${rmt_symbols}
|
||||
use_dma: ${use_dma}
|
||||
<<: !include common-actions.yaml
|
||||
|
||||
binary_sensor:
|
||||
|
@@ -4,7 +4,6 @@ substitutions:
|
||||
filter_symbols: "2"
|
||||
receive_symbols: "4"
|
||||
rmt_symbols: "64"
|
||||
use_dma: "true"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
|
@@ -4,7 +4,6 @@ substitutions:
|
||||
filter_symbols: "2"
|
||||
receive_symbols: "4"
|
||||
rmt_symbols: "64"
|
||||
use_dma: "true"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
|
@@ -4,7 +4,10 @@ substitutions:
|
||||
filter_symbols: "2"
|
||||
receive_symbols: "4"
|
||||
rmt_symbols: "64"
|
||||
use_dma: "true"
|
||||
|
||||
packages:
|
||||
common: !include esp32-common-idf.yaml
|
||||
|
||||
remote_receiver:
|
||||
- id: !extend rcvr
|
||||
use_dma: "true"
|
||||
|
Reference in New Issue
Block a user