File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
codec2talkie/src/main/java/com/radio/codec2talkie/connect Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ private UsbSerialProber getCustomProber() {
101101 // Arduino Uno/Nano (CH34x)
102102 customTable .addProduct (0x1a86 , 0x5523 , Ch34xSerialDriver .class );
103103 customTable .addProduct (0x1a86 , 0x7523 , Ch34xSerialDriver .class );
104+ // Xiegu
105+ customTable .addProduct (0x1a86 , 0x55D2 , Ch34xSerialDriver .class );
104106
105107 // CP2102/2109
106108 // iCom
@@ -131,8 +133,6 @@ private UsbSerialProber getCustomProber() {
131133 customTable .addProduct (0x2e8a , 0x000e , CdcAcmSerialDriver .class );
132134 // STM, MCHF
133135 customTable .addProduct (0x0483 , 0x5732 , CdcAcmSerialDriver .class );
134- // Xiegu
135- customTable .addProduct (0x1a86 , 0x55D2 , CdcAcmSerialDriver .class );
136136 // ESP32 JTAG/Serial
137137 customTable .addProduct (0x303a , 0x1001 , CdcAcmSerialDriver .class );
138138 return new UsbSerialProber (customTable );
You can’t perform that action at this time.
0 commit comments