kopia lustrzana https://github.com/Hamlib/Hamlib
pull/468/head
rodzic
354cb925cc
commit
d1ea35c93e
|
@ -131,6 +131,7 @@ const struct rig_caps ft950_caps =
|
||||||
.transceive = RIG_TRN_OFF, /* May enable later as the 950 has an Auto Info command */
|
.transceive = RIG_TRN_OFF, /* May enable later as the 950 has an Auto Info command */
|
||||||
.bank_qty = 0,
|
.bank_qty = 0,
|
||||||
.chan_desc_sz = 0,
|
.chan_desc_sz = 0,
|
||||||
|
.rfpower_meter_cal = FT950_RFPOWER_METER_CAL,
|
||||||
.str_cal = FT950_STR_CAL,
|
.str_cal = FT950_STR_CAL,
|
||||||
.chan_list = {
|
.chan_list = {
|
||||||
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },
|
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },
|
||||||
|
|
|
@ -72,6 +72,21 @@
|
||||||
RIG_OP_UP|RIG_OP_DOWN|RIG_OP_BAND_UP|RIG_OP_BAND_DOWN|\
|
RIG_OP_UP|RIG_OP_DOWN|RIG_OP_BAND_UP|RIG_OP_BAND_DOWN|\
|
||||||
RIG_OP_TO_VFO|RIG_OP_FROM_VFO|RIG_OP_TOGGLE)
|
RIG_OP_TO_VFO|RIG_OP_FROM_VFO|RIG_OP_TOGGLE)
|
||||||
|
|
||||||
|
// Borrowed from FLRig -- Thanks to Dave W1HKJ
|
||||||
|
#define FT950_RFPOWER_METER_CAL \
|
||||||
|
{ \
|
||||||
|
6, \
|
||||||
|
{ \
|
||||||
|
{10, 0.8f}, \
|
||||||
|
{50, 8.0f}, \
|
||||||
|
{100, 26.0f}, \
|
||||||
|
{150, 54.0f}, \
|
||||||
|
{200, 92.0f}, \
|
||||||
|
{250, 140.0f}, \
|
||||||
|
} \
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* TBC */
|
/* TBC */
|
||||||
#define FT950_STR_CAL { 16, \
|
#define FT950_STR_CAL { 16, \
|
||||||
{ \
|
{ \
|
||||||
|
|
Ładowanie…
Reference in New Issue