Websocket client cellular hello world example

Dependencies:   C027_Support WebSocketClient mbed

Fork of Websocket_Ethernet_HelloWorld by Mbed

Revision:
9:89538672454c
Parent:
8:c21f269f5d26
Child:
10:cbbfbf1fe8d9
diff -r c21f269f5d26 -r 89538672454c main.cpp
--- a/main.cpp	Tue May 27 09:17:25 2014 +0000
+++ b/main.cpp	Tue May 27 09:20:05 2014 +0000
@@ -26,7 +26,7 @@
 {
     flash.attach(&flashLED, 1.0f);
     MDMSerial mdm;
-    mdm.setDebug(4); // enable this for debugging issues 
+    //mdm.setDebug(4); // enable this for debugging issues 
     if (!mdm.connect(SIMPIN, APN,USERNAME,PASSWORD))
         return -1;