diff options
author | Daniel Campora <daniel@wipy.io> | 2015-06-30 22:27:50 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-06-30 22:27:50 +0200 |
commit | bdf958df30539f399edef8650947d7ff4048a8ca (patch) | |
tree | a406dae9e1c212b3824bbba7613d153f9e21ec94 | |
parent | 70fc42cb2822322f44c114668f5256868e072fb8 (diff) | |
download | micropython-bdf958df30539f399edef8650947d7ff4048a8ca.tar.gz micropython-bdf958df30539f399edef8650947d7ff4048a8ca.zip |
docs/wipy: Update safe boot comments to match actual behaviour.
-rw-r--r-- | docs/wipy/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst index 3aad440ba4..67f47f21e4 100644 --- a/docs/wipy/general.rst +++ b/docs/wipy/general.rst @@ -37,7 +37,7 @@ into standard mode: the ``boot.py`` file will be executed first, then You can override this boot sequence by pulling ``GPIO28`` **up** (connect it to the 3v3 output pin) during reset. The heart beat LED will flash slowly -3 times to signal that safe boot is being requested, and then 3 more times +3 times to signal that safe boot is being requested, and then 4 more times quickly to let you know that safe boot is going to be performed. While safe booting, the WiPy runs the factory firmware and skips the execution of ``boot.py`` and ``main.py``. This is useful to recover from any crash situation. |