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
Revision 19:df7baf26f955, committed 2016-03-25
- Comitter:
- defrost
- Date:
- Fri Mar 25 11:26:15 2016 +0000
- Parent:
- 17:cb63119802d9
- Commit message:
- - MATLAB Connection works; - WiFly Debug output on
Changed in this revision
| Wifly/Wifly.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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__);
