From 2be0bfc1bf947ec8a60321e03a932a07730e4628 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Mon, 3 Apr 2017 22:17:32 +0200 Subject: [PATCH] Add files via upload --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 114a108..893ae59 100644 --- a/README.md +++ b/README.md @@ -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: `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);` +`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);` ![screenshot of notepad, copy paste the right code](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/notepad_screenshot_1.JPG)