gs fan / Mbed 2 deprecated GSwifi_tcpclient

Dependencies:   GSwifi mbed

Fork of GSwifi_tcpserver by gs fan

Files at this revision

API Documentation at this revision

Comitter:
gsfan
Date:
Wed Aug 22 00:50:30 2012 +0000
Parent:
0:f4c1a7a895ee
Child:
2:e22671f88297
Commit message:
fix

Changed in this revision

GSwifi.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GSwifi.lib	Tue Aug 21 07:26:08 2012 +0000
+++ b/GSwifi.lib	Wed Aug 22 00:50:30 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/gsfan/code/GSwifi/#a423f0d197de
+http://mbed.org/users/gsfan/code/GSwifi/#3b819ba34c6c
--- a/main.cpp	Tue Aug 21 07:26:08 2012 +0000
+++ b/main.cpp	Wed Aug 22 00:50:30 2012 +0000
@@ -5,9 +5,10 @@
 
 #define SECURE GSSEC_WPA_PSK
 #define SSID "SSID"
-#define PASS "password"
+#define PASS "passkey"
 
-GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS
+GSwifi gs(p13, p14); // TX, RX (no flow control)
+// GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS
 Serial pc(USBTX, USBRX);
 DigitalOut led1(LED1), led2(LED2);