diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index c8d0aaf53..fc5f76f93 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -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;EX033;"); + SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "EX0331;"); if (RIG_OK != (err = newcat_set_cmd(rig))) { @@ -612,7 +612,7 @@ int newcat_open(RIG *rig) { int err; // set the CAT TIME OUT TIMER to 100ms - SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "EX0391;EX039;"); + SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "EX0391;"); if (RIG_OK != (err = newcat_set_cmd(rig))) {