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.
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);