Skip to content

Commit

Permalink
docs(troubleshooting): Mention the ESP Hardware Design Guidelines docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed May 30, 2024
1 parent 5d9d5be commit 74ce286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-with-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: |
* Most failures to connect, flash, etc. are problems with the hardware.
* Please check any guide that came with your hardware, and also check [the esptool troubleshooting guide](https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html).
* If your board is a custom design, consider using our [free-of-charge schematic and PCB review service](https://www.espressif.com/en/contact-us/circuit-schematic-pcb-design-review).
* If your board is a custom design, check the [ESP Hardware Design Guidelines](https://docs.espressif.com/projects/esp-hardware-design-guidelines/) and consider using our [free-of-charge schematic and PCB review service](https://www.espressif.com/en/contact-us/circuit-schematic-pcb-design-review).
* If still experiencing the issue, please provide as many details as possible below about your hardware and computer setup.
- type: input
id: os
Expand Down
4 changes: 3 additions & 1 deletion docs/en/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
Troubleshooting
===============

Flashing problems can be fiddly to troubleshoot. Try the suggestions here if you're having problems:
Flashing problems can be fiddly to troubleshoot. The underlying issue can be caused by the drivers, OS, hardware, or even a combination of these. If your board is a custom design, check the `ESP Hardware Design Guidelines <https://docs.espressif.com/projects/esp-hardware-design-guidelines/>`_ or consider using our `free-of-charge schematic and PCB review service <https://www.espressif.com/en/contact-us/circuit-schematic-pcb-design-review>`_.

Try the following suggestions if your issues persist:

Bootloader Won't Respond
------------------------
Expand Down

0 comments on commit 74ce286

Please sign in to comment.