[tests] Migrate components to shared packages and fix ID ambiguity (#11819)

This commit is contained in:
J. Nick Koston
2025-11-10 19:00:54 -06:00
committed by GitHub
parent 1cccfdd2b9
commit 82692d7053
14 changed files with 111 additions and 165 deletions

View File

@@ -0,0 +1,12 @@
# Common remote_receiver configuration for ESP32 Arduino 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: GPIO32
remote_receiver:
- id: rcvr
pin: ${remote_receiver_pin}
dump: all
tolerance: 25%

View File

@@ -0,0 +1,12 @@
# Common remote_receiver configuration for ESP32-C3 Arduino 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: GPIO10
remote_receiver:
- id: rcvr
pin: ${remote_receiver_pin}
dump: all
tolerance: 25%