mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
correct i2c for v3 and wsl v3 to 41/42
This commit is contained in:
parent
47a9eff557
commit
898a051324
|
@ -81,6 +81,11 @@ This device may have issues charging a connected battery if utilizing a USB-C to
|
|||
- User and Reset Buttons
|
||||
- No GPS
|
||||
|
||||
### Meshtastic I2C Definitions
|
||||
|
||||
- SDA: GPIO41
|
||||
- SCL: GPIO42
|
||||
|
||||
### Pin Map
|
||||
|
||||
![HTIT-WSL_V3_PIN_MAP](</img/hardware/HTIT-WB32LA(F)_V3.webp>)
|
||||
|
@ -128,8 +133,8 @@ This device may have issues charging a connected battery if utilizing a USB-C to
|
|||
|
||||
### Meshtastic I2C Definitions
|
||||
|
||||
- SCL: GPIO47
|
||||
- SDA: GPIO48
|
||||
- SDA: GPIO41
|
||||
- SCL: GPIO42
|
||||
|
||||
### Pin Map
|
||||
|
||||
|
|
Loading…
Reference in a new issue