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.
Fork of WiflyInterface by
Diff: WiflyInterface.cpp
- Revision:
- 35:ce3afc021ec2
- Parent:
- 34:a22a6343e3d4
- Child:
- 39:2b8018d66b68
diff -r a22a6343e3d4 -r ce3afc021ec2 WiflyInterface.cpp
--- 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()
