this is for shield

Dependents:   PIR_Sensor_wifi ThingSpeak_ESP8266 heart_rate_monitor

Fork of ESP8266 by Antonio Quevedo

Revision:
3:9f5d26a20e0e
Parent:
2:77388e8f0697
--- a/ESP8266.cpp	Sun Dec 28 21:58:49 2014 +0000
+++ b/ESP8266.cpp	Sat May 14 08:00:32 2016 +0000
@@ -73,6 +73,7 @@
         if(comm.readable()) {
             c = comm.getc();
             AddChar(r, c);
+            
             t.start();
         }
         if(t.read_ms() > to) {