diff options
author | Martijn Koster <mak-github@greenhills.co.uk> | 2015-10-26 19:41:14 +0000 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-26 23:36:51 +0100 |
commit | a13d22f92177e3b33145aaeaed60e97e0dd540ce (patch) | |
tree | f3eb86b6683b51e925946e90d2550e2cb5455582 /docs/wipy/general.rst | |
parent | 19502957357aadf04015fd55272ae051d9fb0f23 (diff) | |
download | micropython-a13d22f92177e3b33145aaeaed60e97e0dd540ce.tar.gz micropython-a13d22f92177e3b33145aaeaed60e97e0dd540ce.zip |
docs/wipy: Fix several typos and change some pyboard to WiPy.
Diffstat (limited to 'docs/wipy/general.rst')
-rw-r--r-- | docs/wipy/general.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst index 3b8ff3d1b7..8fe361d1d1 100644 --- a/docs/wipy/general.rst +++ b/docs/wipy/general.rst @@ -37,7 +37,7 @@ Telnet REPL ----------- Linux stock telnet works like a charm (also on OSX), but other tools like putty -work quite too. The default credentials are: **user:** ``micro``, **password:** ``python``. +work quite well too. The default credentials are: **user:** ``micro``, **password:** ``python``. See :ref:`network.server <network.server>` for info on how to change the defaults. For instance, on a linux shell (when connected to the WiPy in AP mode):: @@ -157,7 +157,7 @@ alive. This can be overridden through the :mod:`wipy` module:: There are currently 2 kinds of errors that you might see: -1. If the heartbeat LED flashes quickly, then a Python script(eg ``main.py``) +1. If the heartbeat LED flashes quickly, then a Python script (eg ``main.py``) has an error. Use the REPL to debug it. 2. If the heartbeat LED stays on, then there was a hard fault, you cannot recover from this, the only way out is to press the reset switch. |