summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-07-28 23:50:22 +0200
committerDaniel Campora <daniel@wipy.io>2015-07-30 00:43:16 +0200
commitaa58c7ec74e00f9dd652a1b56e2a7f8ae4b615da (patch)
tree4e412d5aab342aafc2f83ad47b4215011f7faf1d /docs
parentb56634e6919265de4f2344dfac81ace7abbcc15b (diff)
downloadmicropython-aa58c7ec74e00f9dd652a1b56e2a7f8ae4b615da.tar.gz
micropython-aa58c7ec74e00f9dd652a1b56e2a7f8ae4b615da.zip
cc3200: Append last 2 bytes of the MAC address to the default SSID.
Diffstat (limited to 'docs')
-rw-r--r--docs/wipy/general.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst
index f7c867e0c7..37900deac8 100644
--- a/docs/wipy/general.rst
+++ b/docs/wipy/general.rst
@@ -5,11 +5,11 @@ WLAN default behaviour
----------------------
When the WiPy boots with the default factory configuration starts in Access Point
-mode with ``ssid: wipy-wlan`` and ``key: www.wipy.io``.
+mode with ``ssid`` that starts with: ``wipy-wlan`` and ``key: www.wipy.io``.
Connect to this network and the WiPy will be reachable at ``192.168.1.1``. In order
to gain access to the interactive prompt, open a telnet session to that IP address on
the default port (23). You will be asked for credentials:
-``login: micro`` ``password: python``
+``login: micro`` and ``password: python``
Local file system and SD card
-----------------------------
@@ -26,7 +26,7 @@ that should be located in the SD card.
The file system is accessible via the native FTP server running in the WiPy.
Open your FTP client of choice and connect to:
-``ftp://192.168.1.1`` ``user: micro`` ``password: python``
+``ftp://192.168.1.1``, ``user: micro``, ``password: python``
Boot modes
----------
@@ -75,5 +75,5 @@ There are currently 2 kinds of errors that you might see:
1. If the heart beat LED flashes quickly, then a Python script(eg ``main.py``)
has an error. Use the REPL to debug it.
2. If the heart beat LED stays on, then there was a hard fault, you cannot
- recover from this, the only way out is by pressing the reset switch.
+ recover from this, the only way out is to press the reset switch.