- Added messages

Fork of WiflyInterface by Damien Frost

Revision:
26:eaaedb036df1
Parent:
23:cb8522185c56
--- a/Socket/TCPSocketConnection.cpp	Thu Mar 31 16:22:37 2016 +0000
+++ b/Socket/TCPSocketConnection.cpp	Fri Apr 01 00:55:36 2016 +0000
@@ -30,6 +30,13 @@
     return 0;
 }
 
+void TCPSocketConnection::setBaud(int baudrate)
+{
+    wifi->setBaud(baudrate);
+    wifi->exit();
+    return;
+}
+
 bool TCPSocketConnection::is_connected(void)
 {
     return wifi->is_connected();