Merge pull request #3039 from hierophect/stm32-meowbit-uf2-web

STM32: make Meowbit default to UF2 on website
This commit is contained in:
Scott Shawcroft 2020-06-17 08:56:45 -07:00 committed by GitHub
commit 25d5f2cfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,10 @@ extension_by_board = {
"makerdiary_nrf52840_mdk_usb_dongle": HEX_UF2,
"pca10056": BIN_UF2,
"pca10059": BIN_UF2,
"electronut_labs_blip": HEX
"electronut_labs_blip": HEX,
# stm32
"meowbit_v121": UF2
}
aliases_by_board = {