kopia lustrzana https://github.com/Hamlib/Hamlib
Barrett 4050 add channel 9999 query during open
rodzic
1cb47f6af4
commit
7bcc35ebc4
|
@ -87,9 +87,16 @@ static int barrett4050_open(RIG *rig)
|
|||
char *response;
|
||||
ENTERFUNC;
|
||||
barrett4050_get_info(rig);
|
||||
retval = barrett_transaction(rig, "XC9999", 0, &response);
|
||||
retval = barrett_transaction(rig, "IDC9999", 0, &response);
|
||||
|
||||
if (retval == RIG_OK)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: channel 9999 info=%s\n", response);
|
||||
}
|
||||
|
||||
retval = barrett_transaction(rig, "XC9999", 0, &response);
|
||||
|
||||
if (retval != RIG_OK)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_ERR, "%s: result=%s\n", __func__, response);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue