Merge pull request #2963 from adafruit/hiibot-bluefi-pid-fix

Correct HiiBot BlueFi USB_PID
This commit is contained in:
Dan Halbert 2020-05-27 12:49:45 -04:00 committed by GitHub
commit 820d5092b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x0016
USB_PID = 0x80B2
USB_PRODUCT = "HiiBot BlueFi"
USB_MANUFACTURER = "HiiBot"