Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

Revision:
18:208b8038c94a
Parent:
16:1f9ff91a63c2
--- a/README.md	Thu Oct 29 03:46:12 2015 +0000
+++ b/README.md	Sat Jan 09 11:05:25 2016 +0000
@@ -1,8 +1,8 @@
-# NNN40 WI-FI SDK version 20151021, release at 2015/10/21
+# NNN40 WI-FI SDK version 20160109, release at 2016/01/09
 This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
 
 # Highlight of this release
-* Add receive_all packet buffering used for Websocket.recv
+* Add support of HTTPClient lib (GET and POST function has been tested)
 
 # Major supported features
 * Set TCP maximum payload to 1400 bytes (Max. throughput achieve ~7.5KB)
@@ -14,6 +14,7 @@
 * Support Websocket library (refer to sample code NNN40_Websocket)
 * Support XmppClient library (refer to sample code NNN40XmppClient)
 * Support http server (refer to sample code NNN40_APmodeToSTAmodeByHTTPServer)
+* Support http client (refer to sample code NNN40_HTTPClient_GET_POST)
 
 # Roadmap
 * Support light weight SSL (modified from CyaSSL)
@@ -35,4 +36,4 @@
 A good starting point are these pages:
 * [WI-FI SDK User Guide](document come with WI-FI SDK deliver) for system overview, APIs summary and sample code
 * [EthernetInterface - Handbook](http://developer.mbed.org/handbook/Ethernet-Interface) a simple API that you will need to connect to the internet.
-* [Socket - Handbook](http://developer.mbed.org/handbook/Socket) a simple and consistent way to communicate using bsd-like TCP and UDP sockets over WI-FI 
\ No newline at end of file
+* [Socket - Handbook](http://developer.mbed.org/handbook/Socket) a simple and consistent way to communicate using bsd-like TCP and UDP sockets over WI-FI