Improve Wifly Interface

Fork of WiflyInterface by Components

Revision:
12:cd59e53b2cb4
Parent:
1:fb4494783863
--- a/WiflyInterface.cpp	Tue Jun 03 18:43:14 2014 +0000
+++ b/WiflyInterface.cpp	Mon Jun 08 11:22:09 2015 +0000
@@ -32,6 +32,11 @@
     return join();
 }
 
+int WiflyInterface::reConnect()
+{
+    return joinSSID();
+}
+
 int WiflyInterface::disconnect()
 {
     return Wifly::disconnect();