mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions * Rename Arduino test files
This commit is contained in:
9
tests/components/modbus/test.esp8266-ard.yaml
Normal file
9
tests/components/modbus/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
uart:
|
||||
- id: uart_modbus
|
||||
tx_pin: 4
|
||||
rx_pin: 5
|
||||
baud_rate: 9600
|
||||
|
||||
modbus:
|
||||
id: mod_bus1
|
||||
flow_control_pin: 12
|
Reference in New Issue
Block a user