mbed official WiflyInterface (interface for Roving Networks Wifly modules)

Dependents:   Wifly_HelloWorld Websocket_Wifly_HelloWorld RPC_Wifly_HelloWorld HTTPClient_Wifly_HelloWorld ... more

Legacy Networking Libraries

This is an mbed 2 WiFI library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety. View information about WiFi interfaces in mbed OS 5 here.

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Fri Oct 25 05:22:48 2013 +0000
Parent:
7:9d18ac47d27f
Child:
9:c77799a03294
Commit message:
Increased the DEFAULT_WAIT_RESP_TIMEOUT in wifly.h

Changed in this revision

Wifly/Wifly.h Show annotated file Show diff for this revision Revisions of this file
--- a/Wifly/Wifly.h	Wed Oct 23 14:34:33 2013 +0000
+++ b/Wifly/Wifly.h	Fri Oct 25 05:22:48 2013 +0000
@@ -31,7 +31,7 @@
 #include "RawSerial.h"
 #include "CBuffer.h"
 
-#define DEFAULT_WAIT_RESP_TIMEOUT 500
+#define DEFAULT_WAIT_RESP_TIMEOUT 10000
 
 enum Security {
     NONE = 0,