HTTP server for GSwifi see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Dependencies:   GSwifi mbed

Files at this revision

API Documentation at this revision

Comitter:
gsfan
Date:
Thu Nov 08 01:54:38 2012 +0000
Parent:
1:d0ec28e041d6
Child:
3:b382ac9e8754
Commit message:
fix

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Nov 08 01:52:13 2012 +0000
+++ b/main.cpp	Thu Nov 08 01:54:38 2012 +0000
@@ -12,10 +12,8 @@
 #define PORT    80
 
 #define SECURE GSSEC_WPA2_PSK
-//#define SSID "SSID"
-//#define PASS "passkey"
-#define SSID "ROBOBA"
-#define PASS "roboba1234567"
+#define SSID "SSID"
+#define PASS "passkey"
 
 // GSwifi gs(p13, p14); // TX, RX (no flow control)
 GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS