Correct NR level
pull/1148/head
PianetaRadio 2022-11-14 16:14:28 +01:00 zatwierdzone przez GitHub
rodzic ae0f7f4237
commit 20ce600448
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -166,7 +166,7 @@ const struct rig_caps ft991_caps =
.has_set_parm = RIG_PARM_NONE,
.level_gran = {
#include "level_gran_yaesu.h"
[LVL_NR] = { .min = { .f = 0.1 }, .max = { .f = 0.15 }, .step = { .f = 1.0f/10.0f } },
[LVL_NR] = { .min = { .f = 0 }, .max = { .f = 1 }, .step = { .f = 1.0f/15.0f } },
},
.ctcss_list = common_ctcss_list,
.dcs_list = common_dcs_list,