kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/mdblack98/Hamlib
commit
cacf69751a
|
@ -1894,6 +1894,13 @@ declare_proto_rig(get_freq)
|
|||
|
||||
fprintf(fout, "%"PRIll"%c", (int64_t)freq, resp_sep);
|
||||
|
||||
if ((interactive && prompt) || (interactive && !prompt && ext_resp))
|
||||
{
|
||||
fprintf(fout, "VFO: "); /* i.e. "Frequency" */
|
||||
}
|
||||
|
||||
fprintf(fout, "%s%c", rig_strvfo(rig->state.current_vfo), resp_sep);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue