mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 06:59:45 -08:00
Merge pull request #1009 from rcarteraz/fix-heltec-i2c-pins
Fix Heltec V3 I2C Pins
This commit is contained in:
commit
e6c666f905
|
@ -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