Damien Frost / WiflyInterface

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Fork of WiflyInterface by Components

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__);