mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
Allow pin reuse in test1.1 to fix test errors
This commit is contained in:
parent
f68de25206
commit
b3e0c87d2b
@ -53,7 +53,9 @@ power_supply:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
i2c:
|
i2c:
|
||||||
sda: 21
|
sda:
|
||||||
|
number: 21
|
||||||
|
allow_other_uses: true
|
||||||
scl:
|
scl:
|
||||||
number: 22
|
number: 22
|
||||||
allow_other_uses: true
|
allow_other_uses: true
|
||||||
|
Loading…
Reference in New Issue
Block a user