mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +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
2a69a49061
commit
872519f7f6
@ -133,6 +133,10 @@ ESP32_BOARD_PINS = {
|
|||||||
"BUTTON": 0,
|
"BUTTON": 0,
|
||||||
"SWITCH": 0,
|
"SWITCH": 0,
|
||||||
},
|
},
|
||||||
|
"airm2m_core_esp32c3": {
|
||||||
|
"LED1_BUILTIN": 12,
|
||||||
|
"LED2_BUILTIN": 13,
|
||||||
|
},
|
||||||
"alksesp32": {
|
"alksesp32": {
|
||||||
"A0": 32,
|
"A0": 32,
|
||||||
"A1": 33,
|
"A1": 33,
|
||||||
|
Loading…
Reference in New Issue
Block a user