mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -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
|
||||
- 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