Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WiflyInterface by
Revision 8:e387c1d18663, committed 2013-10-25
- 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,
