now this shit works
Fork of ESP8266NodeMCUInterface by
Diff: ESP8266/ESP8266.cpp
- Revision:
- 50:7c4a5bdcb624
- Parent:
- 49:a7741fe989ca
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) {