Skip to content

Commit 30155f2

Browse files
lrmoreno007devyte
authored andcommitted
Fix menu and checklist in a01-espcomm_sync-failed (#4512)
Fix menu and checklist in a01-espcomm_sync-failed.rst
1 parent 3ce888e commit 30155f2

File tree

1 file changed

+34
-24
lines changed

1 file changed

+34
-24
lines changed

doc/faq/a01-espcomm_sync-failed.rst

+34-24
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
I am getting "espcomm\_sync failed" error when trying to upload my ESP. How to resolve this issue?
44
--------------------------------------------------------------------------------------------------
55

6-
- `Introduction <#Introduction>`__
6+
- `Introduction <#introduction>`__
77
- `Initial Checks <#initial-checks>`__
88
- `Advanced Checks <#advanced-checks>`__
99
- `Reset Methods <#reset-methods>`__
@@ -332,35 +332,45 @@ GitHub.
332332
I'm Stuck
333333
~~~~~~~~~
334334

335-
Hopefully at this point you were able to resolve ``espcomm_sync failed``
336-
issue and now enjoy quick and reliable uploads of your ESP modules.
335+
Hopefully at this point you were able to resolve ``espcomm_sync failed`` issue and now enjoy quick and reliable uploads of your ESP modules.
337336

338-
If this is still not the case, then review once more all discussed steps
339-
in the checklist below.
337+
If this is still not the case, then review once more all discussed steps in the checklist below.
340338

341-
**Initial Checks** \* [ ] Is your module connected to serial port and
342-
visible in IDE? \* [ ] Is connected device responding to IDE? What is
343-
exact message in debug window? \* [ ] Have you selected correct ESP
344-
module type in *Board* menu? What is the selection? \* [ ] Have you
345-
tried to reduce upload speed? What speeds have you tried?
339+
**Initial Checks**
346340

347-
**Advanced Checks** \* [ ] What message is reported by ESP at 74880 baud
348-
when entering boot loading mode? \* [ ] Have you checked your USB to
349-
serial converter by looping it back? What is the result? \* [ ] Is your
350-
detailed upload log consistent with settings in IDE? What is the log?
341+
* [ ] Is your module connected to serial port and visible in IDE?
351342

352-
**Reset Method** \* [ ] What reset method do you use? \* [ ] What is
353-
your connection diagram? Does it match diagram in this FAQ? \* [ ] What
354-
is your wave-form of board reset? Does it match wave-form in this FAQ?
355-
\* [ ] What is your wave-form of complete upload? Does it match
356-
wave-form in this FAQ?
343+
* [ ] Is connected device responding to IDE? What is exact message in debug window?
357344

358-
**Software** \* [ ] Do you use the latest stable version of `esp8266 /
359-
Arduino <https://github.com/esp8266/Arduino>`__? What is it? \* [ ] What
360-
is the name and version of your IDE and O/S?
345+
* [ ] Have you selected correct ESP module type in *Board* menu? What is the selection?
361346

362-
If you are stuck at certain step, then post this list on `ESP8266
363-
Community Forum <http://www.esp8266.com/>`__ asking for support.
347+
* [ ] Have you tried to reduce upload speed? What speeds have you tried?
348+
349+
**Advanced Checks**
350+
351+
* [ ] What message is reported by ESP at 74880 baud when entering boot loading mode?
352+
353+
* [ ] Have you checked your USB to serial converter by looping it back? What is the result?
354+
355+
* [ ] Is your detailed upload log consistent with settings in IDE? What is the log?
356+
357+
**Reset Method**
358+
359+
* [ ] What reset method do you use?
360+
361+
* [ ] What is your connection diagram? Does it match diagram in this FAQ?
362+
363+
* [ ] What is your wave-form of board reset? Does it match wave-form in this FAQ?
364+
365+
* [ ] What is your wave-form of complete upload? Does it match wave-form in this FAQ?
366+
367+
**Software**
368+
369+
* [ ] Do you use the latest stable version of `esp8266 / Arduino <https://github.com/esp8266/Arduino>`__? What is it?
370+
371+
* [ ] What is the name and version of your IDE and O/S?
372+
373+
If you are stuck at certain step, then post this list on `ESP8266 Community Forum <http://www.esp8266.com/>`__ asking for support.
364374

365375
Conclusion
366376
~~~~~~~~~~

0 commit comments

Comments
 (0)