1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-23 04:03:52 +01:00
Files
esphome/tests/test_build_components/common/remote_receiver/esp32-c3-idf.yaml

17 lines
437 B
YAML

# Common remote_receiver configuration for ESP32-C3 IDF tests
# Provides a shared remote receiver that all components can use
# Components will auto-use this receiver if they don't specify receiver_id
substitutions:
remote_receiver_pin: GPIO5
remote_receiver:
- id: rcvr
pin: ${remote_receiver_pin}
dump: all
tolerance: 25%
clock_resolution: 2000000
filter_symbols: 2
receive_symbols: 4
rmt_symbols: 64