Example application demonstrating the TCP server API of the WiConnect Host Library

Dependencies:   WiConnect mbed

Files at this revision

API Documentation at this revision

Comitter:
dan_ackme
Date:
Thu Nov 27 10:27:22 2014 +0000
Parent:
4:abbf9de9c9e3
Commit message:
updated for latest wiconnect

Changed in this revision

WiConnect.lib Show annotated file Show diff for this revision Revisions of this file
example.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/WiConnect.lib	Thu Nov 27 00:02:22 2014 -0800
+++ b/WiConnect.lib	Thu Nov 27 10:27:22 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ACKme/code/WiConnect/#2d7ef60a9f2a
+http://mbed.org/teams/ACKme/code/WiConnect/#bc2b10351ee3
--- a/example.cpp	Thu Nov 27 00:02:22 2014 -0800
+++ b/example.cpp	Thu Nov 27 10:27:22 2014 +0000
@@ -42,7 +42,6 @@
 #define NETWORK_PASSWORD "\"<YOUR NETWORK PASSWORD HERE>\""
 
 
-
 /******************************************************************************
  * Includes
  */
@@ -118,8 +117,8 @@
                 "Make sure the wires are connected correctly\r\n", Wiconnect::getWiconnectResultStr(result));
         if(result == WICONNECT_FIRMWARE_OUTDATED)
         {
-            printf("The WiFi firmware is not supported. Run the ota example to update the firmware:\r\n");
-            printf("https://developer.mbed.org/teams/ACKme/code/wiconnect-ota_example");
+            printf("** The WiFi firmware is not supported. Run the ota example to update the firmware:\r\n");
+            printf("https://developer.mbed.org/teams/ACKme/code/wiconnect-ota_example\r\n\r\n");
         }
         for(;;); // infinite loop
     }