- Auto reconnect - Added is_associated method

Fork of WiflyInterface by mbed official

Revision:
9:c77799a03294
Parent:
4:0bcec6272784
Child:
10:e19f4c58a137
--- a/Wifly/Wifly.cpp	Fri Oct 25 05:22:48 2013 +0000
+++ b/Wifly/Wifly.cpp	Tue Jan 28 11:00:48 2014 +0200
@@ -67,7 +67,7 @@
 
 bool Wifly::join()
 {
-    char cmd[20];
+    char cmd[75];
 
     for (int i= 0; i < MAX_TRY_JOIN; i++) {
 
@@ -543,4 +543,4 @@
     attach_rx(true);
     DBG("result: %d\r\n", result)
     return result;
-}
\ No newline at end of file
+}