GSwifiInterface (interface for GainSpan Wi-Fi GS1011 modules) see https://mbed.org/users/gsfan/notebook/GSwifiInterface/
Dependencies: GSwifiInterface mbed
Fork of Wifly_HelloWorld by
Diff: main.cpp
- Revision:
- 4:fd030db1a6f4
- Parent:
- 3:3b84102f022e
- Child:
- 5:867d16e948eb
--- a/main.cpp Fri Aug 17 10:57:22 2012 +0000 +++ b/main.cpp Fri Aug 17 11:31:32 2012 +0000 @@ -11,7 +11,7 @@ * - "password" is the password * - true means that the security of the network is WPA */ -WiflyInterface wifly(p9, p10, p25, p26, "ARMASE06", "armasedemo", true); +WiflyInterface wifly(p9, p10, p25, p26, "mbed", "password", true); int main() { wifly.init(); // use DHCP