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.
Dependents: IoT_Ex BatteryModelTester BatteryModelTester
Fork of WiflyInterface by
Diff: Wifly/Wifly.cpp
- Revision:
- 19:df7baf26f955
- Parent:
- 16:de16e8b077c1
--- a/Wifly/Wifly.cpp Tue Mar 22 23:22:42 2016 +0000 +++ b/Wifly/Wifly.cpp Fri Mar 25 11:26:15 2016 +0000 @@ -20,7 +20,7 @@ #include "Wifly.h" #include <string> #include <algorithm> - +#define DEBUG //Debug is disabled by default #if (defined(DEBUG)) #define DBG(x, ...) std::printf("[Wifly : DBG]"x"\r\n", ##__VA_ARGS__);