From 975f7c0332c6733f47ae607e65d730de8eafc8d1 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Thu, 13 Jan 2022 10:28:02 +0200 Subject: [PATCH 1/2] Fix SSD1306 OLED pinout on TLORA_V1_3 The V1.3 board OLED pinout changed from V1 Now on pin SDA(21) and SCL(22) not SDA(4) and SCL(15) LILYGO Product Page http://www.lilygo.cn/prod_view.aspx?TypeId=50060&Id=1253&FId=t3:50060:3 Product Pin https://ae01.alicdn.com/kf/H098cb5d5159841b398fcfd4ebf705725W.jpg --- src/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index 57469bfd5..7a482151a 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -428,8 +428,8 @@ along with this program. If not, see . #define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage -#define I2C_SDA 4 // I2C pins for this board -#define I2C_SCL 15 +#define I2C_SDA 21 // I2C pins for this board +#define I2C_SCL 22 #define RESET_OLED 16 // If defined, this pin will be used to reset the display controller From d900847bab7084bfc5256641d01f2b11fb742757 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Thu, 13 Jan 2022 16:55:20 -0800 Subject: [PATCH 2/2] updating proto submodule to latest --- proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto b/proto index 18fc4cdb5..e992214ce 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit 18fc4cdb522cb3740b3b547b3eac57781ca9c1f0 +Subproject commit e992214cefbf9eb6e291eaab064333ae88610809