From 44e6dd6e31225d9f328f638cac4135a887d83b6f Mon Sep 17 00:00:00 2001 From: Rysiek Labus Date: Sun, 21 Mar 2021 17:27:45 +0100 Subject: [PATCH] Update TTGO_T-Beam_LoRa_APRS.ino --- src/TTGO_T-Beam_LoRa_APRS.ino | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index b89f657..8f8ab4c 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -39,8 +39,8 @@ #define I2C_SDA 21 #define I2C_SCL 22 #elif LORA32_1 - #define I2C_SDA 21 - #define I2C_SCL 22 + #define I2C_SDA 4 + #define I2C_SCL 15 #elif LORA32_2 #define I2C_SDA 21 #define I2C_SCL 22 @@ -55,8 +55,6 @@ #define I2C_SCL 15 #endif - - // DISPLAY address #define SSD1306_ADDRESS 0x3C