Skip to content

Commit cae4576

Browse files
Set Default to OLED_DISPLAY_SSD1306
1 parent cd8a922 commit cae4576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
//Pins where the screen is connected
118118
#ifdef ESP_OLED_FEATURE
119-
#define OLED_DISPLAY_SH1106 // OLED Display Type: SSD1306(OLED_DISPLAY_SSD1306) / SH1106(OLED_DISPLAY_SH1106), comment this line out to disable oled
119+
#define OLED_DISPLAY_SSD1306 // OLED Display Type: SSD1306(OLED_DISPLAY_SSD1306) / SH1106(OLED_DISPLAY_SH1106), comment this line out to disable oled
120120
#define OLED_PIN_SDA 4 //5 //SDA; // i2c SDA Pin
121121
#define OLED_PIN_SCL 15 //4 //SCL; // i2c SCL Pin
122122
#define OLED_ADDR 0x3c

0 commit comments

Comments
 (0)