kopia lustrzana https://github.com/Hamlib/Hamlib
Some rigctld clients like Log4OM don't like the extra VFO argument being returned from the "f" command so we are removing it for now
https://github.com/Hamlib/Hamlib/issues/255Zpull/281/head
rodzic
fa14c7e9f0
commit
823f97cf12
|
@ -1968,12 +1968,14 @@ declare_proto_rig(get_freq)
|
|||
|
||||
fprintf(fout, fmt, (int64_t)freq, resp_sep);
|
||||
|
||||
#if 0 // this extra VFO being returned was confusing Log4OM
|
||||
if ((interactive && prompt) || (interactive && !prompt && ext_resp))
|
||||
{
|
||||
fprintf(fout, "%s: ", cmd->arg2); /* i.e. "Frequency" */
|
||||
}
|
||||
|
||||
fprintf(fout, "%s%c", rig_strvfo(vfo), resp_sep);
|
||||
#endif
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue