Solves collateral bug...
pull/13/head
ArjanteMarvelde 2022-08-12 11:35:35 +02:00
rodzic 2e6bf94cb4
commit dff1711b96
1 zmienionych plików z 1 dodań i 1 usunięć

2
hmi.c
Wyświetl plik

@ -318,7 +318,7 @@ void hmi_evaluate(void)
/* Set parameters corresponding to latest entered option value */
// See if VFO needs update
si_evaluate(0, hmi_freq);
si_evaluate(0, HMI_MULFREQ*(hmi_freq-FC_OFFSET));
// Check bandfilter setting (thanks Alex)
if (hmi_freq < 2500000UL) band = REL_LPF2;