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:
29:b6af04b77a56
Parent:
26:8067e3d463d3
--- a/doc/html/ota_2example_8cpp-example.html	Mon Oct 27 13:32:40 2014 -0700
+++ b/doc/html/ota_2example_8cpp-example.html	Mon Oct 27 13:42:26 2014 -0700
@@ -118,13 +118,13 @@
 <div class="line"><span class="comment">// Look for this name in your WiFi settings</span></div>
 <div class="line"><span class="comment">// (e.g. your phone&#39;s list of WiFi networks in the WiFi settings menu)</span></div>
 <div class="line"><span class="comment">// tip: add double-quotes around SSID to add spaces to name</span></div>
-<div class="line"><span class="comment">//#define NETWORK_SSID &quot;\&quot;&lt;YOUR NETWORK NAME HERE&gt;\&quot;&quot;</span></div>
-<div class="line"><span class="preprocessor">#define NETWORK_SSID &quot;ASUS&quot;</span></div>
+<div class="line"><span class="preprocessor">#define NETWORK_SSID &quot;\&quot;&lt;YOUR NETWORK NAME HERE&gt;\&quot;&quot;</span></div>
+<div class="line"></div>
 <div class="line"></div>
 <div class="line"><span class="comment">// This is the password of your WiFi network</span></div>
 <div class="line"><span class="comment">// Leave as empty string (e.g &quot;&quot;) to connect to OPEN network</span></div>
-<div class="line"><span class="comment">//#define NETWORK_PASSWORD &quot;\&quot;&lt;YOUR NETWORK PASSWORD HERE&gt;\&quot;&quot;</span></div>
-<div class="line"><span class="preprocessor">#define NETWORK_PASSWORD &quot;Y@nkee123&quot;</span></div>
+<div class="line"><span class="preprocessor">#define NETWORK_PASSWORD &quot;\&quot;&lt;YOUR NETWORK PASSWORD HERE&gt;\&quot;&quot;</span></div>
+<div class="line"></div>
 <div class="line"></div>
 <div class="line"></div>
 <div class="line"></div>