- Added messages

Fork of WiflyInterface by Damien Frost

Revision:
39:2b8018d66b68
Parent:
6:5176e0864078
--- a/WiflyInterface.h	Thu Nov 24 16:52:45 2016 +0000
+++ b/WiflyInterface.h	Sun May 21 21:33:51 2017 +0000
@@ -39,7 +39,7 @@
     * \param phrase WEP or WPA key
     * \param sec Security type (NONE, WEP_128 or WPA)
     */
-  WiflyInterface(PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, Security sec = NONE);
+  WiflyInterface(PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, Security sec, Serial* messagesPort);
 
   /** Initialize the interface with DHCP.
   * Initialize the interface and configure it to use DHCP (no connection at this point).