Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
21:17bb3eddcbae
Parent:
16:7f1d6d359787
Child:
26:8067e3d463d3
--- a/doc/html/web_setup_2example_8cpp-example.html	Sat Aug 23 05:57:52 2014 -0700
+++ b/doc/html/web_setup_2example_8cpp-example.html	Tue Aug 26 16:38:19 2014 -0700
@@ -233,11 +233,10 @@
 <div class="line">    <span class="comment">// STEP 5: Done!</span></div>
 <div class="line">    <span class="comment">//-------------------------------------------------------------------------</span></div>
 <div class="line"></div>
+<div class="line">    printf(<span class="stringliteral">&quot;IP Address: %s\r\n&quot;</span>, wiconnect.getIpAddress());</div>
 <div class="line">    printf(<span class="stringliteral">&quot;Web setup example has completed!\r\n&quot;</span>);</div>
 <div class="line"></div>
-<div class="line">    <span class="keywordflow">for</span>(;;); <span class="comment">// infinite loop</span></div>
-<div class="line"></div>
-<div class="line">    <span class="keywordflow">return</span> 0;</div>
+<div class="line">    <span class="keywordflow">while</span>(<span class="keyword">true</span>){} <span class="comment">// infinite loop</span></div>
 <div class="line">}</div>
 <div class="line"></div>
 <div class="line"></div>