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.
Dependencies: HTTPClient WebSocketClient cc3000_hostdriver_mbedsocket mbed
Fork of CC3000_demo by
Diff: main.cpp
- Revision:
- 9:f80b62b60b1c
- Parent:
- 8:594cb3bc6f0f
- Child:
- 10:1804a9dbaee0
diff -r 594cb3bc6f0f -r f80b62b60b1c main.cpp --- a/main.cpp Fri Oct 10 23:54:39 2014 +0000 +++ b/main.cpp Fri Oct 10 23:55:33 2014 +0000 @@ -100,7 +100,7 @@ printf("Error - ret = %d - HTTP return code = %d \r\n", ret, http.getHTTPResponseCode()); } } - wait(10.0); + wait(5.0); }