blabla

Fork of ESP8266Interface by ESP8266

Files at this revision

API Documentation at this revision

Comitter:
mbedAustin
Date:
Mon Jun 08 21:32:12 2015 +0000
Parent:
46:913d07795182
Child:
48:03fd9333670d
Commit message:
turned off info print messages

Changed in this revision

ESP8266/ESP8266.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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, ...)