Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of GSwifi_tcpserver by
Revision 1:fdc165a4df04, committed 2012-08-22
- 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);
