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
Diff: WiflyInterface.cpp
- Revision:
- 12:1aaea7f302e6
- Parent:
- 1:fb4494783863
- Child:
- 13:8846f12fa277
diff -r fc3d86645d23 -r 1aaea7f302e6 WiflyInterface.cpp
--- a/WiflyInterface.cpp Tue Jun 03 18:43:14 2014 +0000
+++ b/WiflyInterface.cpp Thu Feb 18 12:05:53 2016 +0000
@@ -29,7 +29,9 @@
int WiflyInterface::connect()
{
- return join();
+ int i = join();
+ pc.printf("Join() complete. %d\n\r",i);
+ return i;
}
int WiflyInterface::disconnect()
