Add TS950S and TS990S to 5W minimum power in kenwood_get_power_minmax

pull/425/head
Michael Black W9MDB 2020-10-21 16:35:58 -05:00
rodzic b8a29430ad
commit 042b55a5f5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2261,7 +2261,7 @@ static int kenwood_get_power_minmax(RIG *rig, int *power_now, int *power_min,
rig_debug(RIG_DEBUG_TRACE, "%s: called\n", __func__);
if (RIG_IS_TS890S)
if (RIG_IS_TS890S || RIG_IS_TS990S || RIG_IS_TS950S)
{
cmd = "PC;PC005;PC;PC255;PC;PC005;";
}