Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): change esp8266 bootstrapping pin to be IO0 instead of IO9,…
Browse files Browse the repository at this point in the history
… as per esp8266 documentation
chromalock committed Nov 24, 2024

Verified

This commit was signed with the committer’s verified signature.
ipmb Peter Baumgartner
1 parent 39a12a4 commit 77857fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/advanced-topics/boot-mode-selection.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{IDF_TARGET_STRAP_BOOT_GPIO:default="GPIO9", esp32="GPIO0", esp32s2="GPIO0", esp32s3="GPIO0", esp32p4="GPIO35", esp32c5="GPIO28"}
{IDF_TARGET_STRAP_BOOT_GPIO:default="GPIO9", esp8266="GPIO0", esp32="GPIO0", esp32s2="GPIO0", esp32s3="GPIO0", esp32p4="GPIO35", esp32c5="GPIO28"}

{IDF_TARGET_STRAP_BOOT_2_GPIO:default="GPIO8", esp32="GPIO2", esp32s2="GPIO46", esp32s3="GPIO46", esp32p4="GPIO36", esp32c5="GPIO27"}

0 comments on commit 77857fc

Please sign in to comment.