Skip to content

Commit

Permalink
Update A_config.h
Browse files Browse the repository at this point in the history
Won't compile. duplicate display definition in define for SDD1306Spi
  • Loading branch information
chii0815 authored Jan 13, 2019
1 parent fcf927f commit 093944b
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 093944b

Please sign in to comment.