From 81ce66bd0d198aa99a0f46b37df2182df248408f Mon Sep 17 00:00:00 2001 From: MiGri Date: Sat, 2 Oct 2021 19:48:18 +0200 Subject: [PATCH] Update TTGO_T-Beam_LoRa_APRS.ino --- src/TTGO_T-Beam_LoRa_APRS.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index fd327cf..df5f6d6 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -56,8 +56,8 @@ const byte TXLED = 4; //pin number for LED on TX Tracker /* Original LORA32 V2.1 Setup #elif LORA32_21 - #define I2C_SDA 21 - #define I2C_SCL 22 + #define I2C_SDA 4 + #define I2C_SCL 15 #define BUTTON 2 //pin number for BUTTO #define BUZZER 13 // enter your buzzer pin gpio const byte TXLED = 4; //pin number for LED on TX Tracker