Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Heltec V3 I2C Pins #1009

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/hardware/devices/heltec/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>)
Expand Down Expand Up @@ -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

Expand Down