diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 8c601c8ab..8ed66d2db 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -4569,12 +4569,6 @@ int newcat_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val) { snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RM08%c", cat_term); } - - if (is_ftdx101d || is_ftdx101mp) - { - // separate meters for Main and Sub - snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RM0%c", cat_term); - } else { snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RM5%c", cat_term); diff --git a/rigs/yaesu/newcat.h b/rigs/yaesu/newcat.h index 3c7b5e384..e9598c3e4 100644 --- a/rigs/yaesu/newcat.h +++ b/rigs/yaesu/newcat.h @@ -50,7 +50,7 @@ typedef char ncboolean; /* shared function version */ -#define NEWCAT_VER "20210330" +#define NEWCAT_VER "20210406" /* Hopefully large enough for future use, 128 chars plus '\0' */ #define NEWCAT_DATA_LEN 129