From e5ccb2cf94df163b3b8f0007567f8ba8dcedd7d9 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Mon, 31 Jul 2017 16:17:48 +0200 Subject: [PATCH] MadesUSE_LED16 default --- esp8266_deauther/esp8266_deauther.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esp8266_deauther/esp8266_deauther.ino b/esp8266_deauther/esp8266_deauther.ino index 3fb8df7..15a3384 100644 --- a/esp8266_deauther/esp8266_deauther.ino +++ b/esp8266_deauther/esp8266_deauther.ino @@ -15,9 +15,9 @@ // Settings // -//#define USE_DISPLAY /* <-- uncomment that if you want to use the display */ +#define USE_DISPLAY /* <-- uncomment that if you want to use the display */ #define resetPin 4 /* <-- comment out or change if you need GPIO 4 for other purposes */ -//#define USE_LED16 /* <-- for the Pocket ESP8266 which has a LED on GPIO 16 to indicate if it's running */ +#define USE_LED16 /* <-- for the Pocket ESP8266 which has a LED on GPIO 16 to indicate if it's running */ // Including everything for the OLED // @@ -29,8 +29,8 @@ #include "SH1106.h" //create display(Adr, SDA-pin, SCL-pin) - SSD1306 display(0x3c, 5, 4); //GPIO 5 = D1, GPIO 4 = D2 - //SH1106 display(0x3c, 5, 4); + //SSD1306 display(0x3c, 5, 4); //GPIO 5 = D1, GPIO 4 = D2 + SH1106 display(0x3c, 5, 4); //button pins #define upBtn 12 //GPIO 12 = D6