Skip to content

Commit 62cbd54

Browse files
author
Stefan Kremser
committed
marked the position to comment out the vendor list
for the 512kb version
1 parent 4d4d459 commit 62cbd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp8266_deauther/data.h

Lines changed: 2 additions & 2 deletions
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)