kopia lustrzana https://github.com/Hamlib/Hamlib
Change RFPOWER_METER table to reflect that it's for the FT2000D
rodzic
603f39097d
commit
6f4c2de0b6
|
@ -133,7 +133,7 @@ const struct rig_caps ft2000_caps =
|
|||
.transceive = RIG_TRN_OFF, /* May enable later as the 2000 has an Auto Info command */
|
||||
.bank_qty = 0,
|
||||
.chan_desc_sz = 0,
|
||||
.rfpower_meter_cal = FT2000_RFPOWER_METER_CAL,
|
||||
.rfpower_meter_cal = FT2000D_RFPOWER_METER_CAL,
|
||||
.str_cal = FT2000_STR_CAL,
|
||||
.chan_list = {
|
||||
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
// From measurements on FT2000D by Stan UA3SAQ
|
||||
// We'll reuse this for now and divide by 2 for FT2000
|
||||
#define FT2000_RFPOWER_METER_CAL { 12, \
|
||||
#define FT2000D_RFPOWER_METER_CAL { 12, \
|
||||
{ \
|
||||
{0, 0.0f}, \
|
||||
{51, 10.0f}, \
|
||||
|
|
Ładowanie…
Reference in New Issue