docs/wipy: Update safe boot comments to match actual behaviour.

This commit is contained in:
Daniel Campora 2015-06-30 22:27:50 +02:00
parent 70fc42cb28
commit bdf958df30

View File

@ -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 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 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 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 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. ``boot.py`` and ``main.py``. This is useful to recover from any crash situation.