Skip to content

Commit

Permalink
docs(esp8266): change boot select pin to IO0
Browse files Browse the repository at this point in the history
  • Loading branch information
chromalock committed Nov 24, 2024
1 parent 39a12a4 commit c06ce1e
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"}

Expand Down

0 comments on commit c06ce1e

Please sign in to comment.