Michael Black W9MDB 2020-12-11 16:25:21 -06:00
rodzic 97a28ea75f
commit 354cb925cc
2 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -92,6 +92,7 @@ const struct rig_caps ft891_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 = FT891_RFPOWER_METER_CAL,
.str_cal = FT891_STR_CAL, .str_cal = FT891_STR_CAL,
.chan_list = { .chan_list = {
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP }, { 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },

Wyświetl plik

@ -68,6 +68,16 @@
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_TO_VFO|RIG_OP_FROM_VFO)
// Borrowed from FLRig -- Thanks to Dave W1HKJ
#define FT891_RFPOWER_METER_CAL \
{ \
2, \
{ \
{0, 0.0f}, \
{100, 100.0f}, \
} \
}
/* TBC */ /* TBC */
#define FT891_STR_CAL { 16, \ #define FT891_STR_CAL { 16, \
{ \ { \