Added monitoring feature of ESP8266's UART

Dependents:   ESP8266_W7500_Example DualNetworkInterface-Basic

Fork of ESP8266Interface by ESP8266

Revision:
38:86e75901efc1
Parent:
37:6887e61cf674
Parent:
35:22d30e936e4c
Child:
40:0a83315aea0a
diff -r 6887e61cf674 -r 86e75901efc1 ESP8266/ESP8266.cpp
--- a/ESP8266/ESP8266.cpp	Sat May 02 03:58:22 2015 +0000
+++ b/ESP8266/ESP8266.cpp	Sat May 02 04:05:35 2015 +0000
@@ -170,7 +170,7 @@
 
     sendCommand("AT+CIPMODE=1", "OK", NULL, 1000);// go into transparent mode
     sendCommand("AT+CIPSEND", ">", NULL, 1000);// go into transparent mode
-    pc.printf("Data Mode\r\n");
+    //DBG("Data Mode");
     state.cmdMode = false;
 
     return true;