1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Add gpio 12 to strapping pin list (#2902)

This commit is contained in:
Martin
2021-12-12 23:03:08 +01:00
committed by GitHub
parent 4e10881331
commit 4bb58b2de9

View File

@@ -18,7 +18,7 @@ _ESP_SDIO_PINS = {
11: "Flash Command",
}
_ESP32_STRAPPING_PINS = {0, 2, 4, 15}
_ESP32_STRAPPING_PINS = {0, 2, 4, 12, 15}
_LOGGER = logging.getLogger(__name__)