mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 20:38:27 +02:00
Add API for dashboard to get boards list (#4154)
This commit is contained in:
@@ -17,3 +17,12 @@ RP2040_BOARD_PINS = {
|
||||
"SCL1": 27,
|
||||
},
|
||||
}
|
||||
|
||||
BOARDS = {
|
||||
"rpipico": {
|
||||
"name": "Raspberry Pi Pico",
|
||||
},
|
||||
"rpipicow": {
|
||||
"name": "Raspberry Pi Pico W",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user