mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Add FT232 Serial Chipset to the known list (#823)
This commit is contained in:
@@ -31,7 +31,13 @@ abstract class SerialHandler {
|
||||
Pair(0x10C4, 0xEA60),
|
||||
// / Espressif
|
||||
// ESP32-C3
|
||||
Pair(0x303A, 0x1001)
|
||||
Pair(0x303A, 0x1001),
|
||||
// / FTDI
|
||||
// FT232BM/L/Q, FT245BM/L/Q
|
||||
// FT232RL/Q, FT245RL/Q
|
||||
// VNC1L with VDPS Firmware
|
||||
// VNC2 with FT232Slave
|
||||
Pair(0x0403, 0x6001)
|
||||
)
|
||||
fun isKnownBoard(port: SerialPort): Boolean =
|
||||
supportedSerial.contains(Pair(port.vendorId, port.productId))
|
||||
|
||||
Reference in New Issue
Block a user