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

Dependencies:   WiConnect mbed

Revision:
5:1c7bb44de59f
Parent:
4:abbf9de9c9e3
--- 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
     }