Added monitoring feature of ESP8266's UART

Dependents:   ESP8266_W7500_Example DualNetworkInterface-Basic

Fork of ESP8266Interface by ESP8266

Revision:
47:1f4dd0e91837
Parent:
46:913d07795182
Child:
48:03fd9333670d
--- a/ESP8266/ESP8266.cpp	Fri Jun 05 16:17:07 2015 +0000
+++ b/ESP8266/ESP8266.cpp	Mon Jun 08 21:32:12 2015 +0000
@@ -33,7 +33,7 @@
 #define ERR(x, ...)
 #endif
 
-#if 1
+#if 0
 #define INFO(x, ...) printf("[ESP8266 : INFO]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__); 
 #else
 #define INFO(x, ...)