Add some debug for 60m exception

pull/1077/head
Mike Black W9MDB 2022-07-03 08:07:23 -05:00
rodzic fc0e80a0d1
commit 7708e979d9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -739,6 +739,7 @@ int newcat_60m_exception(RIG *rig, freq_t freq)
// can we improve this to set memory mode and pick the memory slot?
if (is_ftdx10 && freq > 5.2 && freq < 5.5)
{
rig_debug(RIG_DEBUG_VERBOSE, "%s: 60M exception ignoring freq/mode commands\n", __func__);
return 1;
}
return 0;