WiflyInterface library (interface for Roving Networks Wifly modules)

Dependents:   IOT-Websocket_Wifly_HelloWorld WiFly_NSDL_HelloWorld IOT-Project-LED-ControlTelnet IOT-Project-Wifly-Xively ... more

Fork of WiflyInterface by mbed official

Revision:
8:68617e1f704c
Parent:
7:9d18ac47d27f
--- a/Wifly/Wifly.h	Wed Oct 23 14:34:33 2013 +0000
+++ b/Wifly/Wifly.h	Tue Feb 25 00:47:17 2014 +0000
@@ -31,7 +31,7 @@
 #include "RawSerial.h"
 #include "CBuffer.h"
 
-#define DEFAULT_WAIT_RESP_TIMEOUT 500
+#define DEFAULT_WAIT_RESP_TIMEOUT 2500
 
 enum Security {
     NONE = 0,
@@ -212,8 +212,8 @@
     RawSerial wifi;
     DigitalOut reset_pin;
     DigitalIn tcp_status;
-    char phrase[30];
-    char ssid[30];
+    char phrase[65];
+    char ssid[33];
     const char * ip;
     const char * netmask;
     const char * gateway;