Merge pull request #5102 from evildave666/blackpill-add-mfg-name

Add WeAct manufacturer for STM32F411 blackpill boards
This commit is contained in:
Scott Shawcroft 2021-08-06 11:59:24 -07:00 committed by GitHub
commit 93aa4e9e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
USB_VID = 0x239A
USB_PID = 0x806A
USB_PRODUCT = "stm32f411ce blackpill"
USB_MANUFACTURER = "Unknown"
USB_MANUFACTURER = "WeAct"
# SPI_FLASH_FILESYSTEM = 1
# EXTERNAL_FLASH_DEVICES = xxxxxx #See supervisor/shared/external_flash/devices.h for options

View File

@ -1,7 +1,7 @@
USB_VID = 0x239A
USB_PID = 0x006A
USB_PRODUCT = "stm32f411ce blackpill with flash"
USB_MANUFACTURER = "Unknown"
USB_MANUFACTURER = "WeAct"
SPI_FLASH_FILESYSTEM = 1
#See supervisor/shared/external_flash/devices.h for options