File tree 1 file changed +2
-9
lines changed
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.
155
155
156
156
** 2** Custimize the code for your wiring.
157
157
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.
161
160
162
161
//include the library you need
163
162
#include "SSD1306.h"
@@ -177,12 +176,6 @@ If no port shows up you may have to reinstall the drivers.
177
176
//create display(Adr, SDA-pin, SCL-pin)
178
177
SSD1306 display(0x3c, D2, D1);
179
178
//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;
186
179
187
180
## How to use it
188
181
You can’t perform that action at this time.
0 commit comments