mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[tests] Migrate remote_transmitter/receiver to common bus definitions (#11325)
This commit is contained in:
		| @@ -0,0 +1,13 @@ | ||||
| # Common remote_transmitter configuration for ESP32-C3 IDF tests | ||||
| # Provides a shared remote transmitter that all components can use | ||||
| # Components will auto-use this transmitter if they don't specify transmitter_id | ||||
|  | ||||
| substitutions: | ||||
|   remote_transmitter_pin: GPIO2 | ||||
|  | ||||
| remote_transmitter: | ||||
|   - id: xmitr | ||||
|     pin: ${remote_transmitter_pin} | ||||
|     carrier_duty_percent: 50% | ||||
|     clock_resolution: 2000000 | ||||
|     rmt_symbols: 64 | ||||
		Reference in New Issue
	
	Block a user