Update ft2000 RFPOWER_METER

pull/474/head
Michael Black W9MDB 2020-12-16 22:20:39 -06:00
rodzic 2a0deb3415
commit 603f39097d
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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 },

Wyświetl plik

@ -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}, \