cc3000 websocket demo for cc3000

Dependencies:   NVIC_set_all_priorities WebSocketClient cc3000_hostdriver_mbedsocket mbed

Revision:
1:214d23448fa7
Parent:
0:7f1ab388e9c4
Child:
2:398f4fa8fb4a
--- a/main.h	Tue Oct 01 15:42:21 2013 +0000
+++ b/main.h	Wed Oct 02 20:56:46 2013 +0200
@@ -22,7 +22,7 @@
 
 #define MY_BOARD WIGO
 
-/* use this defines in AP_SECURITY */
+// use this defines in AP_SECURITY
 #define NONE 0
 #define WEP  1
 #define WPA  2
@@ -32,9 +32,9 @@
 #define USE_SMART_CONFIG 0
 
  // Default SSID Settings
-#define AP_KEY         "test"
-#define AP_SECURITY     WPA2            // WPA2 must be enabled for use with iPhone or Android phone hotspot!
-#define SSID           "test"
+#define AP_KEY       "test"
+#define AP_SECURITY  WPA2            // WPA2 must be enabled for use with iPhone or Android phone hotspot!
+#define SSID         "test"
 
 void init();