From 093944b57898312d595a233488b8ec576515b7e3 Mon Sep 17 00:00:00 2001 From: chii0815 Date: Sun, 13 Jan 2019 12:27:22 +0100 Subject: [PATCH] Update A_config.h Won't compile. duplicate display definition in define for SDD1306Spi --- esp8266_deauther/A_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266_deauther/A_config.h b/esp8266_deauther/A_config.h index a555ee9..e86da7a 100644 --- a/esp8266_deauther/A_config.h +++ b/esp8266_deauther/A_config.h @@ -74,7 +74,7 @@ CS = GPIO 15 (D8) or GND SCK/SCL = GPIO 14 (D5) SDA/MOSI = GPIO 13 (D7) */ -//#define DEAUTHER_DISPLAY SSD1306Spi display = SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI +//#define DEAUTHER_DISPLAY SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI //#define DEAUTHER_DISPLAY SH1106Spi display = SH1106Spi(5, 4, 15); // for 1.3" OLED with SPI //#define FLIP_DIPLAY // uncomment that to flip the display vertically