kopia lustrzana https://github.com/Hamlib/Hamlib
Fix FTDX5000 EX0331 command
rodzic
64e226045a
commit
3880128370
|
@ -600,7 +600,7 @@ int newcat_open(RIG *rig)
|
|||
{
|
||||
int err;
|
||||
// set the CAT TIME OUT TIMER to 100ms
|
||||
SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "EX0331");
|
||||
SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "EX0331;");
|
||||
|
||||
if (RIG_OK != (err = newcat_set_cmd(rig)))
|
||||
{
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
typedef char ncboolean;
|
||||
|
||||
/* shared function version */
|
||||
#define NEWCAT_VER "20220719"
|
||||
#define NEWCAT_VER "20220729"
|
||||
|
||||
/* Hopefully large enough for future use, 128 chars plus '\0' */
|
||||
#define NEWCAT_DATA_LEN 129
|
||||
|
|
Ładowanie…
Reference in New Issue