Websocket client cellular hello world example

Dependencies:   C027_Support WebSocketClient mbed

Fork of Websocket_Ethernet_HelloWorld by Mbed

Revision:
7:6468bb94de0c
Parent:
6:828d29dc5562
Child:
8:c21f269f5d26
diff -r 828d29dc5562 -r 6468bb94de0c main.cpp
--- a/main.cpp	Mon May 12 14:01:26 2014 +0000
+++ b/main.cpp	Tue May 13 09:34:32 2014 +0000
@@ -31,7 +31,7 @@
 int main() 
 {
     flash.attach(&flashLED, 1.0f);
-    // turn on the supplies of the Modem and the GPS
+    // turn on the supplies of the Modem
     c027.mdmPower(true);
     printf("Modem Initialize\r\n");
     MDMSerial mdm;