mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +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:
parent
0a779a9299
commit
31448a4fcd
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue