Damien Frost / WiflyInterfaceMessaging

Fork of WiflyInterface by Damien Frost

Revision:
35:ce3afc021ec2
Parent:
34:a22a6343e3d4
Child:
39:2b8018d66b68
--- a/WiflyInterface.cpp	Sun Jul 10 11:13:33 2016 +0000
+++ b/WiflyInterface.cpp	Fri Aug 05 13:31:37 2016 +0000
@@ -1,6 +1,6 @@
 #include "WiflyInterface.h"
 
-//#define DEBUG
+#define DEBUG
 #define INFOMESSAGES
 #define WARNMESSAGES
 #define ERRMESSAGES
@@ -13,6 +13,7 @@
     Wifly(tx, rx, reset, tcp_status, ssid, phrase, sec)
 {
     ip_set = false;
+    DBG("WiflyInterface Constructed");
 }
 
 int WiflyInterface::init()