Changed USB VID/PID to one granted by pidcodes.github.com

This commit is contained in:
Pascal Bakhuis 2023-10-17 23:30:26 +01:00
parent b24a551485
commit 2d4702c79c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x8029
USB_VID = 0x1209
USB_PID = 0xADF0
USB_PRODUCT = "SuperMini NRF52840"
USB_MANUFACTURER = "ICBbuy"