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:
- 14:5a9561156acc
- Parent:
- 13:8846f12fa277
- Child:
- 25:36b2d76ca8d9
diff -r 8846f12fa277 -r 5a9561156acc WiflyInterface.cpp
--- a/WiflyInterface.cpp Thu Feb 18 12:12:30 2016 +0000
+++ b/WiflyInterface.cpp Sat Feb 20 16:39:09 2016 +0000
@@ -30,9 +30,9 @@
int WiflyInterface::connect()
{
// join() returns a boolean, it does not like it all the time, thus casting it as int
- int i = (int) join();
- pc.printf("Join() complete. %d\n\r",i);
- return i;
+ int ii = (int) join();
+ pc.printf(">>> join() complete. %d\n\r",ii);
+ return ii;
}
int WiflyInterface::disconnect()
