now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Files at this revision

API Documentation at this revision

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) {