-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Now I want to use the AM32 configurator to connect to the GD32F4 betaflight flight controller, but it shows that the port number cannot be found.
After that, I added the USB VID 0x28E9 of GD32 in line 410 of the SerialDevice.vue file. The updated content is as follows:
const usbFCVendorIDs = [0x0483, 0x2E3C, 0x2E8A, 0x1209, 0x26AC, 0x27ac, 0x2DAE, 0x3162, 0x35a7, 0x28E9];
Then I built the AM32 configurator locally. I could open the AM32 configurator interface through http://localhost:3000 on my local machine and it could recognize and connect to the GD32F4 flight controller.
Now I would like to ask if the GD32 USB VID can be added to the supported list of the AM32 configurator?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels