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: ESP8266 mbed picojson
Diff: main.cpp
- Revision:
- 2:986bafeeb5ab
- Parent:
- 1:b9ca2db84b72
- Child:
- 3:b71e184f0c95
diff -r b9ca2db84b72 -r 986bafeeb5ab main.cpp
--- a/main.cpp Fri Apr 21 15:46:00 2017 +0000
+++ b/main.cpp Fri Apr 21 15:49:47 2017 +0000
@@ -107,7 +107,7 @@
comm->printf("!sending data packet\r\n");
esp->SendCMD(resp);
- esp->RcvReply(buffer, 7000);
+ esp->RcvReply(buffer, 10000);
comm->printf("response: %s\r\n", buffer);
if(strlen(buffer)!=0)
{