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:
parent
1cfdcd833d
commit
da3596bb06
3 changed files with 11 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue