mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Incorrect ESP32 Strapping PIN Defined (#5563)
Co-authored-by: descipher <120155735+GelidusResearch@users.noreply.github.com>
This commit is contained in:
parent
fa4ba43eb9
commit
f077a5962d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ _ESP_SDIO_PINS = {
|
||||||
11: "Flash Command",
|
11: "Flash Command",
|
||||||
}
|
}
|
||||||
|
|
||||||
_ESP32_STRAPPING_PINS = {0, 2, 4, 12, 15}
|
_ESP32_STRAPPING_PINS = {0, 2, 5, 12, 15}
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue