mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Fixed lolin32 lite key (#2001)
Co-authored-by: monkeyclass <oliver_reinholdt@hotmail.com>
This commit is contained in:
parent
dd37a4e04c
commit
d77c3abdc0
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ ESP32_BOARD_PINS = {
|
|||
"iotbusio": {},
|
||||
"iotbusproteus": {},
|
||||
"lolin32": {"LED": 5},
|
||||
"lolin32-lite": {"LED": 22},
|
||||
"lolin32_lite": {"LED": 22},
|
||||
"lolin_d32": {"LED": 5, "_VBAT": 35},
|
||||
"lolin_d32_pro": {"LED": 5, "_VBAT": 35},
|
||||
"lopy": {
|
||||
|
|
Loading…
Reference in a new issue