mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 15:10:06 +01:00
Add files via upload
This commit is contained in:
@@ -113,9 +113,9 @@ Make sure you select the right com-port, the right upload size of your ESP8266 a
|
|||||||
**11** Scroll down and before `#endif` add following lines:
|
**11** Scroll down and before `#endif` add following lines:
|
||||||
|
|
||||||
`typedef void (*freedom_outside_cb_t)(uint8 status);`
|
`typedef void (*freedom_outside_cb_t)(uint8 status);`
|
||||||
`int Wi-Fi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);`
|
`int wifi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);`
|
||||||
`void Wi-Fi_unregister_send_pkt_freedom_cb(void);`
|
`void wifi_unregister_send_pkt_freedom_cb(void);`
|
||||||
`int Wi-Fi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
|
`int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user