Change RFPOWER_METER table to reflect that it's for the FT2000D

pull/474/head
Michael Black W9MDB 2020-12-16 22:33:00 -06:00
rodzic 603f39097d
commit 6f4c2de0b6
2 zmienionych plików z 2 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 = 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 },

Wyświetl plik

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