This is library for using WizFi250

Dependents:   WebSocket_WizFi250_HelloWorld IFTTT_WizFi250 AxedaGo-WizFi250 FANARM_AP_udp_server ... more

Revision:
10:187e3fd24123
Parent:
7:ba28fe711055
Child:
13:0b8e51d3c0e8
--- a/WizFi250/WizFi250.cpp	Fri Jun 19 15:34:40 2015 +0900
+++ b/WizFi250/WizFi250.cpp	Mon Jun 22 12:18:57 2015 +0000
@@ -31,6 +31,7 @@
 {
     _inst = this;
     memset(&_state, 0, sizeof(_state));
+    memset(&_con, 0, sizeof(_con));
     _state.initialized = false;
     _state.status = STAT_READY;
     _state.cid = -1;