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

Wyświetl plik

@ -86,6 +86,7 @@ const struct rig_caps ft450_caps =
.transceive = RIG_TRN_OFF, /* May enable later as the 450 has an Auto Info command */
.bank_qty = 0,
.chan_desc_sz = 0,
.rfpower_meter_cal = FT450_RFPOWER_METER_CAL,
.str_cal = FT450_STR_CAL,
.chan_list = {
{ 1, 500, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },

Wyświetl plik

@ -76,6 +76,20 @@
RIG_OP_TOGGLE)
// Borrowed from FLRig -- Thanks to Dave W1HKJ
#define FT450_RFPOWER_METER_CAL \
{ \
6, \
{ \
{10, 0.8f}, \
{50, 8.0f}, \
{100, 26.0f}, \
{150, 54.0f}, \
{200, 92.0f}, \
{250, 140.0f}, \
} \
}
/* TBC */
#define FT450_STR_CAL { 3, \
{ \