Add API for dashboard to get boards list (#4154)

This commit is contained in:
Jesse Hills
2022-12-07 16:07:51 +13:00
committed by GitHub
parent f843925301
commit 6ad9baa870
9 changed files with 960 additions and 234 deletions
+9
View File
@@ -17,3 +17,12 @@ RP2040_BOARD_PINS = {
"SCL1": 27,
},
}
BOARDS = {
"rpipico": {
"name": "Raspberry Pi Pico",
},
"rpipicow": {
"name": "Raspberry Pi Pico W",
},
}