now this shit works
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 |
--- 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) {
