We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcf927f + 093944b commit 4add901Copy full SHA for 4add901
esp8266_deauther/A_config.h
@@ -74,7 +74,7 @@
74
CS = GPIO 15 (D8) or GND
75
SCK/SCL = GPIO 14 (D5)
76
SDA/MOSI = GPIO 13 (D7) */
77
-//#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
78
//#define DEAUTHER_DISPLAY SH1106Spi display = SH1106Spi(5, 4, 15); // for 1.3" OLED with SPI
79
80
//#define FLIP_DIPLAY // uncomment that to flip the display vertically
0 commit comments