fix: M4G isn't listed in the device manager

This commit is contained in:
2025-05-02 17:40:04 +02:00
parent dc8b3c3d66
commit 1c1c86241f

View File

@@ -19,7 +19,7 @@ const PORT_FILTERS: Map<string, SerialPortFilter> = new Map([
["LITE M0", { usbProductId: 32796, usbVendorId: 9114 }],
["X", { usbProductId: 0x818b, usbVendorId: 0x303a }],
["M4G S3 (pre-production)", { usbProductId: 0x1001, usbVendorId: 0x303a }],
["M4G S3 (pre-production)", { usbProductId: 0x829a, usbVendorId: 0x303a }],
["M4G S3", { usbProductId: 0x829a, usbVendorId: 0x303a }],
]);
const KEY_COUNTS = {