From cae4576e65d456439de9eb9e025d4e29abd13fef Mon Sep 17 00:00:00 2001 From: "Austin St. Aubin" Date: Sat, 13 Oct 2018 11:14:03 -0500 Subject: [PATCH] Set Default to OLED_DISPLAY_SSD1306 --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 353ee395..99891626 100644 --- a/src/config.h +++ b/src/config.h @@ -116,7 +116,7 @@ //Pins where the screen is connected #ifdef ESP_OLED_FEATURE -#define OLED_DISPLAY_SH1106 // OLED Display Type: SSD1306(OLED_DISPLAY_SSD1306) / SH1106(OLED_DISPLAY_SH1106), comment this line out to disable oled +#define OLED_DISPLAY_SSD1306 // OLED Display Type: SSD1306(OLED_DISPLAY_SSD1306) / SH1106(OLED_DISPLAY_SH1106), comment this line out to disable oled #define OLED_PIN_SDA 4 //5 //SDA; // i2c SDA Pin #define OLED_PIN_SCL 15 //4 //SCL; // i2c SCL Pin #define OLED_ADDR 0x3c