Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial
Dependents: esp8266_nodeMCU1 esp8266_2_thingspeak1 Solarator_0-0-2 IoTBurglar_and_Fire_AlarmSystem ... more
Fork of ESP8266Interface by
Diff: Socket/TCPSocketConnection.cpp
- 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__);