blabla

Fork of ESP8266Interface by ESP8266

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Tue Jun 03 18:43:14 2014 +0000
Parent:
10:131675c17372
Parent:
9:f2439377c172
Child:
12:c5f0eac67a8a
Commit message:
More merges

Changed in this revision

Wifly/Wifly.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Wifly/Wifly.h	Tue Jun 03 18:41:15 2014 +0000
+++ b/Wifly/Wifly.h	Tue Jun 03 18:43:14 2014 +0000
@@ -59,8 +59,8 @@
     * @param reset reset pin of the wifi module ()
     * @param tcp_status connection status pin of the wifi module (GPIO 6)
     * @param ssid ssid of the network
-    * @param phrase WEP or WPA key
-    * @param sec Security type (NONE, WEP_128 or WPA)
+    * @param phrase WEP, WPA or WPA2 key
+    * @param sec Security type (NONE, WEP_128 or WPA, WPA2)
     */
     Wifly(  PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, Security sec);