kopia lustrzana https://github.com/Hamlib/Hamlib
Fix FTDX101D RF_POWER and RF_POWER_WATTS
https://github.com/Hamlib/Hamlib/issues/562pull/572/head^2
rodzic
2b778fed63
commit
83def50c46
|
@ -4529,6 +4529,13 @@ 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_ftdx101)
|
||||
{
|
||||
// separate meters for Main and Sub
|
||||
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RM0%c", cat_term);
|
||||
if (rig->state.cache.split)
|
||||
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RM1%c", cat_term);
|
||||
}
|
||||
else
|
||||
{
|
||||
snprintf(priv->cmd_str, sizeof(priv->cmd_str), "RM5%c", cat_term);
|
||||
|
|
Ładowanie…
Reference in New Issue