The WiFi version of the mbed Device Server client using cc3000

Dependencies:   cc3000_hostdriver_mbedsocket mbed-rtos mbed nsdl_lib

Revision:
1:4476b20857ea
Parent:
0:5b29a04e8c27
--- 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()
 {