Skip to content

Commit 2e9282d

Browse files
author
Stefan Kremser
committed
small adjustments
small adjustments for the release / merge
1 parent 177e08c commit 2e9282d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

esp8266_deauther/data.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12901,7 +12901,7 @@ const static uint8_t data_vendors[] PROGMEM = {///*
1290112901
0x00, 0xFC, 0x8D, 0x48, 0x69, 0x74, 0x72, 0x6F, 0x6E, 0x54, 0x65,
1290212902
0x00, 0xFD, 0x45, 0x48, 0x65, 0x77, 0x6C, 0x65, 0x74, 0x74, 0x50,
1290312903
0x00, 0xFD, 0x4C, 0x4E, 0x65, 0x76, 0x61, 0x74, 0x65, 0x63, 0x00,
12904-
0x00, 0xFE, 0xC8, 0x43, 0x69, 0x73, 0x63, 0x6F, 0x00, 0x00, 0x00, //*/
12904+
0x00, 0xFE, 0xC8, 0x43, 0x69, 0x73, 0x63, 0x6F, 0x00, 0x00, 0x00,
1290512905
0x01, 0x0E, 0xCF, 0x50, 0x4E, 0x2D, 0x4D, 0x43, 0x00, 0x00, 0x00,
1290612906
0x02, 0x04, 0x06, 0x42, 0x62, 0x6E, 0x49, 0x6E, 0x74, 0x65, 0x72,
1290712907
0x02, 0x07, 0x01, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x6C, 0x61, 0x6E,
@@ -14605,7 +14605,7 @@ const static uint8_t data_vendors[] PROGMEM = {///*
1460514605
0x28, 0xFC, 0x51, 0x45, 0x6C, 0x65, 0x63, 0x74, 0x72, 0x69, 0x63,
1460614606
0x28, 0xFC, 0xF6, 0x53, 0x68, 0x65, 0x6E, 0x7A, 0x68, 0x65, 0x6E,
1460714607
0x28, 0xFD, 0x80, 0x49, 0x65, 0x65, 0x65, 0x52, 0x65, 0x67, 0x69,
14608-
0x28, 0xFE, 0xCD, 0x4C, 0x65, 0x6D, 0x6F, 0x62, 0x69, 0x6C, 0x65,
14608+
0x28, 0xFE, 0xCD, 0x4C, 0x65, 0x6D, 0x6F, 0x62, 0x69, 0x6C, 0x65,//*/
1460914609
0x28, 0xFF, 0x3E, 0x5A, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00,
1461014610
0x2C, 0x00, 0x2C, 0x55, 0x6E, 0x6F, 0x77, 0x68, 0x79, 0x00, 0x00,
1461114611
0x2C, 0x00, 0x33, 0x45, 0x63, 0x6F, 0x6E, 0x74, 0x72, 0x6F, 0x6C,

esp8266_deauther/esp8266_deauther.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <FS.h>
1313

1414
#define resetPin 4 /* <-- comment out or change if you need GPIO 4 for other purposes */
15-
#define USE_DISPLAY /* <-- uncomment that if you want to use the display */
15+
//#define USE_DISPLAY /* <-- uncomment that if you want to use the display */
1616

1717
#ifdef USE_DISPLAY
1818
#include <Wire.h>

0 commit comments

Comments
 (0)