xtensa/esp32: Change I2C SCL default pin to a valid one
Current default pin for I2C SCL is not available for mapping with IOMUX peripheral.
This commit is contained in:
parent
d6b50a1d3f
commit
5e9e2bec32
|
@ -568,7 +568,7 @@ if ESP32_I2C0
|
|||
|
||||
config ESP32_I2C0_SCLPIN
|
||||
int "I2C0 SCL Pin"
|
||||
default 24
|
||||
default 22
|
||||
range 0 39
|
||||
|
||||
config ESP32_I2C0_SDAPIN
|
||||
|
|
Loading…
Reference in New Issue