Skip to content

Commit 093944b

Browse files
authored
Update A_config.h
Won't compile. duplicate display definition in define for SDD1306Spi
1 parent fcf927f commit 093944b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266_deauther/A_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
CS = GPIO 15 (D8) or GND
7575
SCK/SCL = GPIO 14 (D5)
7676
SDA/MOSI = GPIO 13 (D7) */
77-
//#define DEAUTHER_DISPLAY SSD1306Spi display = SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI
77+
//#define DEAUTHER_DISPLAY SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI
7878
//#define DEAUTHER_DISPLAY SH1106Spi display = SH1106Spi(5, 4, 15); // for 1.3" OLED with SPI
7979

8080
//#define FLIP_DIPLAY // uncomment that to flip the display vertically

0 commit comments

Comments
 (0)