Skip to content

Commit 49a4baa

Browse files
authored
Merge pull request esp8266#114 from spacehuhn/testing
Readme update
2 parents 4344ec2 + 038fe10 commit 49a4baa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You have 2 choices here. Uploading the bin files is easier but not as good for d
7474

7575
**0** Download the current release from [here](https://github.com/spacehuhn/esp8266_deauther/releases)
7676

77-
**1** Upload using the ESP8266 flash tool of your choice. I recommend using the [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher).
77+
**1** Upload using the ESP8266 flash tool of your choice. I recommend using the [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher). If this doesn't work you can also use the official [esptool](https://github.com/espressif/esptool) from espressif.
7878

7979
**That's all! :)**
8080

esp8266_deauther/data.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source: https://www.wireshark.org/tools/oui-lookup.html
3232
Wireshark is released under the GNU General Public License version 2
3333
*/
3434

35-
const static uint8_t data_vendors[] PROGMEM = {
35+
const static uint8_t data_vendors[] PROGMEM = {///*
3636
0x00,0x00,0x01,0x53,0x75,0x70,0x65,0x72,0x6C,0x61,0x6E,
3737
0x00,0x00,0x02,0x42,0x62,0x6E,0x57,0x61,0x73,0x49,0x6E,
3838
0x00,0x00,0x03,0x58,0x65,0x72,0x6F,0x78,0x00,0x00,0x00,
@@ -12846,7 +12846,7 @@ const static uint8_t data_vendors[] PROGMEM = {
1284612846
0x00,0xFC,0x8D,0x48,0x69,0x74,0x72,0x6F,0x6E,0x54,0x65,
1284712847
0x00,0xFD,0x45,0x48,0x65,0x77,0x6C,0x65,0x74,0x74,0x50,
1284812848
0x00,0xFD,0x4C,0x4E,0x65,0x76,0x61,0x74,0x65,0x63,0x00,
12849-
0x00,0xFE,0xC8,0x43,0x69,0x73,0x63,0x6F,0x00,0x00,0x00,
12849+
0x00,0xFE,0xC8,0x43,0x69,0x73,0x63,0x6F,0x00,0x00,0x00,//*/
1285012850
0x01,0x0E,0xCF,0x50,0x4E,0x2D,0x4D,0x43,0x00,0x00,0x00,
1285112851
0x02,0x04,0x06,0x42,0x62,0x6E,0x49,0x6E,0x74,0x65,0x72,
1285212852
0x02,0x07,0x01,0x49,0x6E,0x74,0x65,0x72,0x6C,0x61,0x6E,

0 commit comments

Comments
 (0)