now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Revision:
50:7c4a5bdcb624
Parent:
49:a7741fe989ca
--- 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) {