From ba3320b0bb5d614511892f37f54b47ccac383ba0 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Mon, 4 Feb 2019 20:51:16 +0100 Subject: [PATCH] Update heltec.h --- src/hal/heltec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hal/heltec.h b/src/hal/heltec.h index 5535c12d..3b1e9e5a 100644 --- a/src/hal/heltec.h +++ b/src/hal/heltec.h @@ -16,9 +16,9 @@ #define HAS_BUTTON KEY_BUILTIN // button "PROG" on board // Pins for I2C interface of OLED Display -#define MY_OLED_SDA OLED_SDA -#define MY_OLED_SCL OLED_SCL -#define MY_OLED_RST OLED_RST +#define MY_OLED_SDA (4) +#define MY_OLED_SCL (15) +#define MY_OLED_RST (16) // Pins for LORA chip SPI interface come from board file, we need some // additional definitions for LMIC