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.
Dependencies: cc3000_hostdriver_mbedsocket mbed-rtos mbed nsdl_lib
Revision 1:4476b20857ea, committed 2014-10-14
- Comitter:
- michaeljkoster
- Date:
- Tue Oct 14 15:27:10 2014 +0000
- Parent:
- 0:5b29a04e8c27
- Commit message:
- update
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5b29a04e8c27 -r 4476b20857ea main.cpp
--- a/main.cpp Tue Oct 14 15:24:01 2014 +0000
+++ b/main.cpp Tue Oct 14 15:27:10 2014 +0000
@@ -73,7 +73,7 @@
// Ethernet initialization
//EthernetInterface eth;
-cc3000 eth(D2, D7, D10, SPI(D11, D12, D13), "ABRACADABRA-2G", "OPENSESAME", WPA2, false);
+cc3000 eth(D2, D7, D10, SPI(D11, D12, D13), "ssid", "password", WPA2, false);
static void ethernet_init()
{