kopia lustrzana https://github.com/Hamlib/Hamlib
Update ft2000 RFPOWER_METER
rodzic
2a0deb3415
commit
603f39097d
|
@ -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 = FT2000D_RFPOWER_METER_CAL,
|
||||
.rfpower_meter_cal = FT2000_RFPOWER_METER_CAL,
|
||||
.str_cal = FT2000_STR_CAL,
|
||||
.chan_list = {
|
||||
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },
|
||||
|
|
|
@ -72,8 +72,9 @@
|
|||
|
||||
// From measurements on FT2000D by Stan UA3SAQ
|
||||
// We'll reuse this for now and divide by 2 for FT2000
|
||||
#define FT2000D_RFPOWER_METER_CAL { 11, \
|
||||
#define FT2000_RFPOWER_METER_CAL { 12, \
|
||||
{ \
|
||||
{0, 0.0f}, \
|
||||
{51, 10.0f}, \
|
||||
{67, 20.0f}, \
|
||||
{97, 40.0f}, \
|
||||
|
|
Ładowanie…
Reference in New Issue