File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments