Change Barrett IDC command to IC

pull/928/head
Mike Black W9MDB 2022-01-12 17:00:22 -06:00
rodzic 789858c1db
commit abb3405cae
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -104,7 +104,7 @@ static int barrett4050_open(RIG *rig)
rig_debug(RIG_DEBUG_ERR, "%s: result=%s\n", __func__, response);
}
retval = barrett_transaction(rig, "IDC", 0, &response);
retval = barrett_transaction(rig, "IC", 0, &response);
if (retval == RIG_OK)
{