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:
- 22:6c5bcfa33922
- Parent:
- 20:3616a765c1b8
- Child:
- 23:cb8522185c56
--- a/Wifly/Wifly.cpp Fri Mar 25 12:35:55 2016 +0000 +++ b/Wifly/Wifly.cpp Wed Mar 30 10:39:39 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__);