mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 07:29:20 -08:00
Update A_config.h
I had to edit the file to be able to successfully use my SPI 1.3 display. I added the word DEAUTHER_ and the value CS to (15). Correct me if I'm wrong.
This commit is contained in:
@@ -72,8 +72,8 @@
|
|||||||
CS = GPIO 15 (D8) or GND
|
CS = GPIO 15 (D8) or GND
|
||||||
SCK/SCL = GPIO 14 (D5)
|
SCK/SCL = GPIO 14 (D5)
|
||||||
SDA/MOSI = GPIO 13 (D7) */
|
SDA/MOSI = GPIO 13 (D7) */
|
||||||
//#define DISPLAY SSD1306Spi display = SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI
|
//#define DEAUTHER_DISPLAY SSD1306Spi display = SSD1306Spi display = SSD1306Spi(5, 4, 15); // for 0.96" OLED with SPI
|
||||||
//#define DISPLAY SH1106Spi display = SH1106Spi(5, 4); // for 1.3" 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
|
//#define FLIP_DIPLAY // uncomment that to flip the display vertically
|
||||||
// ========================================================= //
|
// ========================================================= //
|
||||||
|
|||||||
Reference in New Issue
Block a user