mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 15:10:06 +01:00
Fix some small typos into the installation guide
- Change method names from Wi-Fi... to wifi - Chage file names from Wi-Fi... to WiFi
This commit is contained in:
committed by
GitHub
parent
b99a5d2967
commit
040e3bee2c
15
README.md
15
README.md
@@ -110,21 +110,22 @@ Make sure you select the right com-port, the right upload size of your ESP8266 a
|
|||||||
**10** Open `user_interface.h` with a text editor
|
**10** Open `user_interface.h` with a text editor
|
||||||
|
|
||||||
**11** Scroll down and before `#endif` add following lines:
|
**11** Scroll down and before `#endif` add following lines:
|
||||||
|
```c++
|
||||||
|
typedef void (*freedom_outside_cb_t)(uint8 status);
|
||||||
|
int wifi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);
|
||||||
|
void wifi_unregister_send_pkt_freedom_cb(void);
|
||||||
|
int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);
|
||||||
|
|
||||||
`typedef void (*freedom_outside_cb_t)(uint8 status);`
|
```
|
||||||
`int Wi-Fi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);`
|
|
||||||
`void Wi-Fi_unregister_send_pkt_freedom_cb(void);`
|
|
||||||
`int Wi-Fi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**don't forget to save!**
|
**don't forget to save!**
|
||||||
|
|
||||||
**12** Go to the SDK_fix folder of this project
|
**12** Go to the SDK_fix folder of this project
|
||||||
|
|
||||||
**13** Copy ESP8266Wi-Fi.cpp and ESP8266Wi-Fi.h
|
**13** Copy ESP8266WiFi.cpp and ESP8266WiFi.h
|
||||||
|
|
||||||
**14** Past these files here `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `libraries` > `ESP8266Wi-Fi` > `src`
|
**14** Past these files here `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `libraries` > `ESP8266WiFi` > `src`
|
||||||
|
|
||||||
**15** Open `esp8266_deauther` > `esp8266_deauther.ino` in Arduino
|
**15** Open `esp8266_deauther` > `esp8266_deauther.ino` in Arduino
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user