Disable band select for FTDX3000 -- it's turning CLAR, muting audio, just behaving badly

https://github.com/Hamlib/Hamlib/issues/903
pull/943/head
Mike Black W9MDB 2022-01-18 18:16:40 -06:00
rodzic 5ca6650dde
commit 2f2cf4a68d
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -585,6 +585,10 @@ int newcat_open(RIG *rig)
#endif
if (priv->rig_id == NC_RIGID_FTDX3000)
{
rig_debug(RIG_DEBUG_VERBOSE, "%s: disabling FTDX3000 band select\n", __func__);
}
RETURNFUNC(RIG_OK);
}

Wyświetl plik

@ -50,7 +50,7 @@
typedef char ncboolean;
/* shared function version */
#define NEWCAT_VER "20220117"
#define NEWCAT_VER "20220118"
/* Hopefully large enough for future use, 128 chars plus '\0' */
#define NEWCAT_DATA_LEN 129