mirror of
https://git.code.sf.net/p/fldigi/fldigi
synced 2026-08-13 17:47:54 -04:00
Xmlrpc Xcvr
* enable QSY when Xmlrpc client xcvr is connected
This commit is contained in:
parent
524e5f2b35
commit
f3ed9232e8
1 changed files with 1 additions and 0 deletions
|
|
@ -2096,6 +2096,7 @@ public:
|
|||
{
|
||||
wf->rfcarrier(rfc);
|
||||
show_frequency(rfc);
|
||||
wf->setQSY(1);
|
||||
}
|
||||
void execute(const xmlrpc_c::paramList& params, xmlrpc_c::value* retval)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue