1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 05:45:25 +03:00

Artery AT32F435/7 DFU and VCP support (#3259)

* Add Artery AT32F435/7 Virtual COM Port support

* ADD ARTRY AT32 DFU support

* remove wrong comment
This commit is contained in:
EMSR 2023-01-29 09:18:26 +08:00 committed by GitHub
parent 1cfdcd833d
commit da3596bb06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View file

@ -28,6 +28,7 @@ const serial = {
{'vendorId': 4292, 'productId': 60000}, // CP210x
{'vendorId': 4292, 'productId': 60001}, // CP210x
{'vendorId': 4292, 'productId': 60002}, // CP210x
{'vendorId': 0x2e3c, 'productId': 0x5740}, // AT32 VCP
],
connect: function (path, options, callback) {