AP mode

Dependencies:   NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_TCP_Echo_Server_Example by WIZnet

Revision:
2:8d119e9b8f5a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setting.h	Mon Oct 02 20:48:08 2017 +0000
@@ -0,0 +1,7 @@
+#pragma once
+#include "WizFi310Interface.h"
+#include "TCPSocket.h"
+#include "resource.h"
+
+void sendMacResponse(WizFi310Interface wizfi, TCPSocket &socket);
+void processWiFiJson(char *buf, char *pwd, char *id);
\ No newline at end of file