gs fan
/
GSwifi_httpd
HTTP server for GSwifi see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/
Revision 5:6f40b73257da, committed 2013-02-26
- Comitter:
- gsfan
- Date:
- Tue Feb 26 03:14:51 2013 +0000
- Parent:
- 4:29ecfd0f8723
- Commit message:
- fix;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 29ecfd0f8723 -r 6f40b73257da main.cpp --- a/main.cpp Tue Feb 26 03:12:05 2013 +0000 +++ b/main.cpp Tue Feb 26 03:14:51 2013 +0000 @@ -16,8 +16,8 @@ #define SSID "SSID" #define PASS "PASSPHRASE" -//GSwifi gs(p13, p14, p20); // TX, RX, Reset (no flow control) -GSwifi gs(p13, p14, p12, P0_22, p20, NC, 115200); // TX, RX, CTS, RTS, Reset, Alarm +GSwifi gs(p13, p14, p20); // TX, RX, Reset (no flow control) +//GSwifi gs(p13, p14, p12, P0_22, p20, NC, 115200); // TX, RX, CTS, RTS, Reset, Alarm LocalFileSystem local("local"); Serial pc(USBTX, USBRX);