We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be4d74 commit 46e3a0fCopy full SHA for 46e3a0f
esp8266_deauther/Attack.h
@@ -80,7 +80,7 @@ class Attack
80
uint8_t beaconPacket_header[36] = {
81
0x80, 0x00,
82
0x00, 0x00, //beacon
83
- 0x80, 0x7a, 0xbf, 0x3f, 0x8c, 0xac, //destination: broadcast
+ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, //destination: broadcast
84
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, //source
85
86
0xc0, 0x6c,
0 commit comments