Add WeAct manufacturer for black pill boards

This commit is contained in:
evildave666 2021-08-06 16:06:16 +09:00
parent 0affb0b413
commit 4d14bcf2a2
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