We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ae3c7 commit 5e01fb0Copy full SHA for 5e01fb0
docs/esp8266/tutorial/intro.rst
@@ -135,6 +135,10 @@ after it, here are troubleshooting recommendations:
135
rate may be too high and lead to errors. Try a more common 115200 baud
136
rate instead in such cases.
137
138
+* If lower baud rate didn't help, you may want to try older version of
139
+ esptool.py, which had a different programming algorithm::
140
+ pip install esptool==1.0.1
141
+
142
* The ``--flash_size`` option in the commands above is mandatory. Omitting
143
it will lead to a corrupted firmware.
144
0 commit comments