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

Override GPIOs 12 and 13 on the airm2m (LuatOS) board (#5982)

Co-authored-by: David Monro <david.monro@anu.edu.au>
This commit is contained in:
davidmonro
2023-12-22 09:57:12 +11:00
committed by GitHub
parent 0a779a9299
commit 31448a4fcd

View File

@@ -161,6 +161,10 @@ ESP32_BOARD_PINS = {
"BUTTON": 0,
"SWITCH": 0,
},
"airm2m_core_esp32c3": {
"LED1_BUILTIN": 12,
"LED2_BUILTIN": 13,
},
"alksesp32": {
"A0": 32,
"A1": 33,