Skip to content

Commit beb94b6

Browse files
committed
docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.
At least, Sphinx 1.3.6.
1 parent 51668df commit beb94b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/esp8266/tutorial/intro.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ after it, here are troubleshooting recommendations:
165165

166166
* If lower baud rate didn't help, you may want to try older version of
167167
esptool.py, which had a different programming algorithm::
168+
168169
pip install esptool==1.0.1
170+
169171
This version doesn't support ``--flash_size=detect`` option, so you will
170172
need to specify FlashROM size explicitly (in megabits). It also requires
171173
Python 2.7, so you may need to use ``pip2`` instead of ``pip`` in the
@@ -180,8 +182,10 @@ after it, here are troubleshooting recommendations:
180182
* Additionally, you can check the firmware integrity from a MicroPython REPL
181183
prompt (assuming you were able to flash it and ``--verify`` option doesn't
182184
report errors)::
185+
183186
import esp
184187
esp.check_fw()
188+
185189
If the last output value is True, the firmware is OK. Otherwise, it's
186190
corrupted and need to be reflashed correctly.
187191

0 commit comments

Comments
 (0)