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 ESP8266NodeMCUInterface by
Revision 50:7c4a5bdcb624, committed 2016-03-14
- Comitter:
- krbng4180
- Date:
- Mon Mar 14 02:40:12 2016 +0000
- Parent:
- 49:a7741fe989ca
- Commit message:
- publishing;
Changed in this revision
ESP8266/ESP8266.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a7741fe989ca -r 7c4a5bdcb624 ESP8266/ESP8266.cpp --- a/ESP8266/ESP8266.cpp Sun Mar 13 21:09:31 2016 +0000 +++ b/ESP8266/ESP8266.cpp Mon Mar 14 02:40:12 2016 +0000 @@ -438,7 +438,8 @@ DBG("command response:\t %.*s", *resp_len, resp_buf); } - return flush(); + flush(); + return true; } bool ESP8266::execute(char *resp_buf, int *resp_len) {