Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variants/twatch/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

static const uint8_t KEY_BUILTIN = 36;
//Serial1 Already assigned to GPS LORA
static const uint8_t TX = 33;
static const uint8_t RX = 34;
static const uint8_t TX1 = 33;
static const uint8_t RX1 = 34;
// Already assigned to BMA423 PCF8563 and external extensions
static const uint8_t SDA = 21;
static const uint8_t SCL = 22;
Expand Down