mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
parent
6ba1bc0811
commit
353bee3a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ int elecraft_get_vfo_tq(RIG *rig, vfo_t *vfo)
|
|||
char splitbuf[12];
|
||||
snprintf(cmdbuf,sizeof(cmdbuf),"FR;FT;TQ;");
|
||||
memset(splitbuf,0,sizeof(splitbuf));
|
||||
retval = kenwood_safe_transaction(rig, cmdbuf, splitbuf, 9, 12);
|
||||
retval = kenwood_safe_transaction(rig, cmdbuf, splitbuf, 12, 12);
|
||||
|
||||
if (retval != RIG_OK)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue