File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
codec2talkie/src/main/java/com/radio/codec2talkie Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ private UsbSerialProber getCustomProber() {
92
92
customTable .addProduct (0x1b4f , 0x9204 , CdcAcmSerialDriver .class );
93
93
// Arduino Due
94
94
customTable .addProduct (0x2341 , 0x003d , CdcAcmSerialDriver .class );
95
- // STM
95
+ // STM, MCHF
96
96
customTable .addProduct (0x0483 , 0x5732 , CdcAcmSerialDriver .class );
97
97
return new UsbSerialProber (customTable );
98
98
}
Original file line number Diff line number Diff line change 3
3
import android .content .Context ;
4
4
import android .util .Log ;
5
5
6
- import com .radio .codec2talkie .protocol .Hdlc ;
7
- import com .radio .codec2talkie .tools .UnitTools ;
8
6
import com .radio .codec2talkie .transport .Transport ;
9
7
10
8
import java .io .IOException ;
11
9
import java .nio .ByteBuffer ;
12
- import java .util .Timer ;
13
- import java .util .TimerTask ;
14
10
15
11
// http://www.ka7oei.com/ft817_meow.html
16
12
public class Ft817 implements RigCtl {
You can’t perform that action at this time.
0 commit comments