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
Diff: doc/html/ota_2example_8cpp-example.html
- 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'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 "\"<YOUR NETWORK NAME HERE>\""</span></div> -<div class="line"><span class="preprocessor">#define NETWORK_SSID "ASUS"</span></div> +<div class="line"><span class="preprocessor">#define NETWORK_SSID "\"<YOUR NETWORK NAME HERE>\""</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 "") to connect to OPEN network</span></div> -<div class="line"><span class="comment">//#define NETWORK_PASSWORD "\"<YOUR NETWORK PASSWORD HERE>\""</span></div> -<div class="line"><span class="preprocessor">#define NETWORK_PASSWORD "Y@nkee123"</span></div> +<div class="line"><span class="preprocessor">#define NETWORK_PASSWORD "\"<YOUR NETWORK PASSWORD HERE>\""</span></div> +<div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div>