Skip to content

Commit 4add901

Browse files
author
Stefan Kremser
authored
Merge pull request esp8266#1031 from chii0815/patch-1
Update A_config.h
2 parents fcf927f + 093944b commit 4add901

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)