Add debug for 60M DX3000/5000 exception

pull/103/head
Michael Black 2019-05-15 14:39:41 -05:00
rodzic 8f8ca10046
commit c2eb8440a8
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -511,6 +511,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq) {
break;
case RIG_VFO_MEM:
if (special_60m && (freq >=5300000 && freq <=5410000)) {
rig_debug(RIG_DEBUG_TRACE, "%s: 60M VFO_MEM exception, no freq change done\n", __func__);
return RIG_OK; /* make it look like we changed */
}
c = 'A';