now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Revision:
40:0a83315aea0a
Parent:
33:727aac1996b8
Child:
42:3f62103a4f3c
--- a/Socket/TCPSocketConnection.cpp	Sat May 02 04:08:30 2015 +0000
+++ b/Socket/TCPSocketConnection.cpp	Mon May 04 12:04:54 2015 +0000
@@ -23,7 +23,7 @@
 using std::memcpy;
 
 //Debug is disabled by default
-#ifdef DEBUG
+#if 0
 #define DBG(x, ...)  printf("[TCPConnection : DBG]"x"\r\n", ##__VA_ARGS__);
 #define WARN(x, ...) printf("[TCPConnection: WARN]"x"\r\n", ##__VA_ARGS__);
 #define ERR(x, ...)  printf("[TCPConnection : ERR]"x"\r\n", ##__VA_ARGS__);