Skip to content

Commit 2be0bfc

Browse files
authored
Add files via upload
1 parent 0caac26 commit 2be0bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ Make sure you select the right com-port, the right upload size of your ESP8266 a
113113
**11** Scroll down and before `#endif` add following lines:
114114

115115
`typedef void (*freedom_outside_cb_t)(uint8 status);`
116-
`int Wi-Fi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);`
117-
`void Wi-Fi_unregister_send_pkt_freedom_cb(void);`
118-
`int Wi-Fi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
116+
`int wifi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);`
117+
`void wifi_unregister_send_pkt_freedom_cb(void);`
118+
`int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);`
119119

120120
![screenshot of notepad, copy paste the right code](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/notepad_screenshot_1.JPG)
121121

0 commit comments

Comments
 (0)