mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
Add allow_other_uses for GPIO05
This commit is contained in:
parent
b3e0c87d2b
commit
f75c6b95b8
@ -233,7 +233,9 @@ canbus:
|
|||||||
- platform: esp32_can
|
- platform: esp32_can
|
||||||
id: esp32_internal_can
|
id: esp32_internal_can
|
||||||
rx_pin: GPIO04
|
rx_pin: GPIO04
|
||||||
tx_pin: GPIO05
|
tx_pin:
|
||||||
|
number: GPIO05
|
||||||
|
allow_other_uses: true
|
||||||
can_id: 4
|
can_id: 4
|
||||||
bit_rate: 50kbps
|
bit_rate: 50kbps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user