1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Add GD32 VCP support (#4441)

* Add GD32 VCP support

* Reorder
This commit is contained in:
Mark Haslinghuis 2025-04-29 18:51:05 +02:00 committed by GitHub
parent 01f879ce1f
commit 34f8ad9c4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ export const serialDevices = [
{ vendorId: 4292, productId: 60000 }, // CP210x
{ vendorId: 4292, productId: 60001 }, // CP210x
{ vendorId: 4292, productId: 60002 }, // CP210x
{ vendorId: 10473, productId: 394 }, // GD32 VCP
{ vendorId: 11836, productId: 22336 }, // AT32 VCP
{ vendorId: 12619, productId: 22336 }, // APM32 VCP
];