Websocket client cellular hello world example

Dependencies:   C027_Support WebSocketClient mbed

Fork of Websocket_Ethernet_HelloWorld by Mbed

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Tue May 13 09:34:32 2014 +0000
Parent:
6:828d29dc5562
Child:
8:c21f269f5d26
Commit message:
update libs

Changed in this revision

C027_Support.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/C027_Support.lib	Mon May 12 14:01:26 2014 +0000
+++ b/C027_Support.lib	Tue May 13 09:34:32 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027_Support/#869bd35f44cc
+http://mbed.org/teams/ublox/code/C027_Support/#1f65abb842be
--- 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;