Barrett 4050 get all programmed channels in barrett4050_open

pull/928/head
Mike Black W9MDB 2022-01-08 07:14:02 -06:00
rodzic 4cb1a35a91
commit 46055ac14a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -87,7 +87,7 @@ static int barrett4050_open(RIG *rig)
char *response;
ENTERFUNC;
barrett4050_get_info(rig);
retval = barrett_transaction(rig, "IDFS", 0, &response);
retval = barrett_transaction(rig, "IDC", 0, &response);
if (retval == RIG_OK)
{