Skip to content

Commit

Permalink
Merge pull request esp8266#1031 from chii0815/patch-1
Browse files Browse the repository at this point in the history
Update A_config.h
  • Loading branch information
Stefan Kremser authored Jan 13, 2019
2 parents fcf927f + 093944b commit 4add901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp8266_deauther/A_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4add901

Please sign in to comment.