Update levels in kpa1500

pull/1091/head
Mike Black W9MDB 2022-07-10 17:03:56 -05:00
rodzic a331b59f5f
commit 7b49921468
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ const struct amp_caps kpa1500_amp_caps =
AMP_MODEL(AMP_MODEL_ELECRAFT_KPA1500),
.model_name = "KPA1500",
.mfg_name = "Elecraft",
.version = "20210901.0",
.version = "20220710.0",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.amp_type = AMP_TYPE_OTHER,
@ -78,6 +78,8 @@ const struct amp_caps kpa1500_amp_caps =
.post_write_delay = 0,
.timeout = 2000,
.retry = 2,
.has_get_level = AMP_LEVEL_SWR | AMP_LEVEL_NH | AMP_LEVEL_PF | AMP_LEVEL_PWR_INPUT | AMP_LEVEL_PWR_FWD | AMP_LEVEL_PWR_REFLECTED | AMP_LEVEL_FAULT,
.has_set_level = 0,
.amp_open = NULL,
.amp_init = kpa_init,