Skip to content

Commit 337ff88

Browse files
author
Stefan Kremser
committed
little readme additions
1 parent a0b1cfa commit 337ff88

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)