Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

Revision:
9:46708b47a64d
Parent:
7:91824a659c5b
--- a/README.md	Wed Sep 09 18:23:13 2015 +0000
+++ b/README.md	Wed Sep 16 01:58:09 2015 +0000
@@ -1,7 +1,8 @@
-# NNN40 WI-FI SDK version 20150909, release at 2015/9/9
+# NNN40 WI-FI SDK version 20150915, release at 2015/9/15
 This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
 
 # Highlight of this release
+* Fix receive_all return -1 bug and TCP get_address bug
 * Add apScan, wifi_SP_version, and storage relative API in WIFIDevice.h
 
 # Major supported features
@@ -10,7 +11,7 @@
 * Support DNS client for TCP/UDP
 * Fast AP re-connection is performed automatically, user can call EthernetInterface.disconnect() to have lowest power consumption of 4uA, then call init and connected to previous AP for less than 4 sec
 
-# Roapmap
+# Roadmap
 * Support BLE and WIFI coexistence
 * Support light weight SSL (modified from CyaSSL)