mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	common
This commit is contained in:
		| @@ -1,9 +1,3 @@ | ||||
| uart: | ||||
|   - id: uart_kuntze | ||||
|     tx_pin: ${tx_pin} | ||||
|     rx_pin: ${rx_pin} | ||||
|     baud_rate: 9600 | ||||
|  | ||||
| modbus: | ||||
|   flow_control_pin: ${flow_control_pin} | ||||
|  | ||||
|   | ||||
| @@ -3,4 +3,7 @@ substitutions: | ||||
|   rx_pin: GPIO14 | ||||
|   flow_control_pin: GPIO13 | ||||
|  | ||||
| packages: | ||||
|   uart: !include ../../test_build_components/common/uart/esp32-idf.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| substitutions: | ||||
|   tx_pin: GPIO4 | ||||
|   rx_pin: GPIO5 | ||||
|   flow_control_pin: GPIO13 | ||||
|   tx_pin: GPIO0 | ||||
|   rx_pin: GPIO2 | ||||
|   flow_control_pin: GPIO15 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user