File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,8 @@ If no port shows up you may have to reinstall the drivers.
155155
156156** 2** Custimize the code for your wiring.
157157 In ` esp8266_deauther.ino ` uncomment ` #define USE_DISPLAY ` .
158- Then scroll down and custimize these lines for your setup.
159-
160- #include <Wire.h>
158+ Then scroll down and custimize these lines depending on your setup.
159+ I used a Wemos d1 mini with a SSD1306 128x64 OLED and 3 push buttons.
161160
162161 //include the library you need
163162 #include "SSD1306.h"
@@ -177,12 +176,6 @@ If no port shows up you may have to reinstall the drivers.
177176 //create display(Adr, SDA-pin, SCL-pin)
178177 SSD1306 display(0x3c, D2, D1);
179178 //SH1106 display(0x3c, D2, D1);
180-
181- int rows = 3;
182- int curRow = 0;
183- int sites = 1;
184- int curSite = 1;
185- int lrow = 0;
186179
187180## How to use it
188181
You can’t perform that action at this time.
0 commit comments