kopia lustrzana https://github.com/Hamlib/Hamlib
Update FT3000 caps with agc levels
rodzic
fb2997ff2c
commit
c0b5d7982a
|
@ -282,6 +282,8 @@ const struct rig_caps ftdx3000_caps =
|
||||||
.max_rit = Hz(9999),
|
.max_rit = Hz(9999),
|
||||||
.max_xit = Hz(9999),
|
.max_xit = Hz(9999),
|
||||||
.max_ifshift = Hz(1000),
|
.max_ifshift = Hz(1000),
|
||||||
|
.agc_level_count = 5,
|
||||||
|
.agc_levels = { RIG_AGC_OFF, RIG_AGC_FAST, RIG_AGC_MEDIUM, RIG_AGC_SLOW, RIG_AGC_AUTO },
|
||||||
.vfo_ops = FTDX5000_VFO_OPS,
|
.vfo_ops = FTDX5000_VFO_OPS,
|
||||||
.targetable_vfo = RIG_TARGETABLE_FREQ, /* one of the few diffs from the 5000 */
|
.targetable_vfo = RIG_TARGETABLE_FREQ, /* one of the few diffs from the 5000 */
|
||||||
.transceive = RIG_TRN_OFF, /* May enable later as the 5000 has an Auto Info command */
|
.transceive = RIG_TRN_OFF, /* May enable later as the 5000 has an Auto Info command */
|
||||||
|
|
Ładowanie…
Reference in New Issue