You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
119
+
120
120

121
121
122
122
**don't forget to save!**
123
123
124
124
**12** Go to the SDK_fix folder of this project
125
125
126
-
**13** Copy ESP8266WiFi.cpp and ESP8266WiFi.h
126
+
**13** Copy ESP8266Wi-Fi.cpp and ESP8266Wi-Fi.h
127
127
128
-
**14** Past these files here `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `libraries` > `ESP8266WiFi` > `src`
128
+
**14** Past these files here `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `libraries` > `ESP8266Wi-Fi` > `src`
129
129
130
130
**15** Open `esp8266_deauther` > `esp8266_deauther.ino` in Arduino
131
131
@@ -189,8 +189,7 @@ Try out switching the browser or open the website with another device.
189
189
If you see 0 pkts/s on the website you've made a mistake. Check if you have followed the the installation steps correctly and that the right SDK installed, it must be version 2.0.0!
190
190
If it can send packets but your target don't loose its connection then the Wi-Fi router uses [802.11w](#how-to-protect-against-it) and it's protected against such attacks or they communicate via 5 GHz Wi-Fi, which the ESP8266 doesn't support.
191
191
192
-
193
-
###If you have other questions or problems with the ESP8266 you can also check out the official [community forum](http://www.esp8266.com/).
192
+
### If you have other questions or problems with the ESP8266 you can also check out the official [community forum](http://www.esp8266.com/).
0 commit comments