my copy of the websocket demo
Dependencies: NVIC_set_all_priorities WebSocketClient cc3000_hostdriver_mbedsocket mbed
Fork of cc3000_websocket_demo by
Diff: main.h
- Revision:
- 1:214d23448fa7
- Parent:
- 0:7f1ab388e9c4
- Child:
- 2:398f4fa8fb4a
diff -r 7f1ab388e9c4 -r 214d23448fa7 main.h --- 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();