mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 19:31:46 +01:00
fixed duplicate pin usage
This commit is contained in:
parent
163829d1c3
commit
cca0adc3bd
1 changed files with 2 additions and 2 deletions
|
@ -406,8 +406,8 @@ mcp23s17:
|
|||
|
||||
optolink:
|
||||
protocol: P300
|
||||
rx_pin: GPIO15
|
||||
tx_pin: GPIO16
|
||||
rx_pin: GPIO01
|
||||
tx_pin: GPIO20
|
||||
logger: true
|
||||
|
||||
micronova:
|
||||
|
|
Loading…
Reference in a new issue