Simple example demonstrating WiConnect host library web setup feature.

Dependencies:   WiConnect mbed

Files at this revision

API Documentation at this revision

Comitter:
dan_ackme
Date:
Mon Aug 25 19:07:08 2014 +0000
Parent:
4:3e2bd0076147
Child:
7:723f12b7b0de
Commit message:
fixed build warning

Changed in this revision

example.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/example.cpp	Mon Aug 25 18:59:25 2014 +0000
+++ b/example.cpp	Mon Aug 25 19:07:08 2014 +0000
@@ -141,9 +141,7 @@
     printf("IP Address: %s\r\n", wiconnect.getIpAddress());
     printf("Web setup example has completed!\r\n");
 
-    for(;;); // infinite loop
-
-    return 0;
+    while(true){} // infinite loop
 }