Add AGC_OFF to IC7300 agc levels

pull/1137/head
Mike Black W9MDB 2022-11-01 14:57:37 -05:00
rodzic b2cf596b54
commit eff048d729
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -284,6 +284,7 @@ static const struct icom_priv_caps IC7300_priv_caps =
ic7300_ts_sc_list,
.agc_levels_present = 1,
.agc_levels = {
{ .level = RIG_AGC_OFF, .icom_level = 0 },
{ .level = RIG_AGC_FAST, .icom_level = 1 },
{ .level = RIG_AGC_MEDIUM, .icom_level = 2 },
{ .level = RIG_AGC_SLOW, .icom_level = 3 },