kopia lustrzana https://github.com/Hamlib/Hamlib
Update simft991.c and simic7300.c
rodzic
a40311173b
commit
27838026f5
|
@ -20,8 +20,8 @@ struct ip_mreq
|
||||||
|
|
||||||
float freqA = 14074000;
|
float freqA = 14074000;
|
||||||
float freqB = 14074500;
|
float freqB = 14074500;
|
||||||
char tx_vfo = '0';
|
char tx_vfo = '1';
|
||||||
char rx_vfo = '0';
|
char rx_vfo = '1';
|
||||||
char modeA = '0';
|
char modeA = '0';
|
||||||
char modeB = '0';
|
char modeB = '0';
|
||||||
int keyspd = 20;
|
int keyspd = 20;
|
||||||
|
|
|
@ -42,8 +42,8 @@ mode_t modeA = RIG_MODE_PKTUSB;
|
||||||
mode_t modeB = RIG_MODE_PKTUSB;
|
mode_t modeB = RIG_MODE_PKTUSB;
|
||||||
int datamodeA = 0;
|
int datamodeA = 0;
|
||||||
int datamodeB = 0;
|
int datamodeB = 0;
|
||||||
pbwidth_t widthA = 0;
|
pbwidth_t widthA = 1;
|
||||||
pbwidth_t widthB = 1;
|
pbwidth_t widthB = 2;
|
||||||
ant_t ant_curr = 0;
|
ant_t ant_curr = 0;
|
||||||
int ant_option = 0;
|
int ant_option = 0;
|
||||||
int ptt = 0;
|
int ptt = 0;
|
||||||
|
|
Ładowanie…
Reference in New Issue