From a44587eb6370fc6fb62765643b2ab75a90d8ad9d Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Tue, 15 May 2018 11:55:52 +0200 Subject: [PATCH] small correction in ttgov21.h --- src/hal/ttgov21.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hal/ttgov21.h b/src/hal/ttgov21.h index a7bcba40..8bf61742 100644 --- a/src/hal/ttgov21.h +++ b/src/hal/ttgov21.h @@ -5,7 +5,7 @@ #define HAS_DISPLAY U8X8_SSD1306_128X64_NONAME_HW_I2C #define DISPLAY_FLIP 1 // rotated display -#define HAS_LED 23 // green on board LED G3 D0 +#define HAS_LED 23 // green on board LED_G3 // disable brownout detection (needed on TTGOv2 for battery powered operation) #define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature @@ -24,5 +24,5 @@ // Hardware pin definitions for TTGO V2 Board with OLED SSD1306 0,96" I2C Display #define OLED_RST U8X8_PIN_NONE // connected to CPU RST/EN -#define OLED_SDA 21 // ESP32 GPIO4 (Pin4) -- SD1306 D1+D2 +#define OLED_SDA 21 // ESP32 GPIO4 (Pin4) -- SD1306 D1+D2 #define OLED_SCL 22 // ESP32 GPIO15 (Pin15) -- SD1306 D0 \ No newline at end of file