- Added setBaud() function - Added CheckNetworkStatus() function - Improved messaging system

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Fork of WiflyInterface by Components

Revision:
12:1aaea7f302e6
Parent:
1:fb4494783863
Child:
13:8846f12fa277
--- 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()