mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 22:37:33 -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
|
- User and Reset Buttons
|
||||||
- No GPS
|
- No GPS
|
||||||
|
|
||||||
|
### Meshtastic I2C Definitions
|
||||||
|
|
||||||
|
- SDA: GPIO41
|
||||||
|
- SCL: GPIO42
|
||||||
|
|
||||||
### Pin Map
|
### Pin Map
|
||||||
|
|
||||||
![HTIT-WSL_V3_PIN_MAP](</img/hardware/HTIT-WB32LA(F)_V3.webp>)
|
![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
|
### Meshtastic I2C Definitions
|
||||||
|
|
||||||
- SCL: GPIO47
|
- SDA: GPIO41
|
||||||
- SDA: GPIO48
|
- SCL: GPIO42
|
||||||
|
|
||||||
### Pin Map
|
### Pin Map
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue