mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Manual changes to make debug info configurable.
This commit is contained in:
parent
a29ede47dc
commit
5deee2e903
18 changed files with 102 additions and 153 deletions
|
|
@ -251,11 +251,7 @@ void DXLabSuiteCommanderTransceiver::do_mode (MODE m)
|
|||
|
||||
void DXLabSuiteCommanderTransceiver::poll ()
|
||||
{
|
||||
#if WSJT_TRACE_CAT && WSJT_TRACE_CAT_POLLS
|
||||
bool quiet {false};
|
||||
#else
|
||||
bool quiet {true};
|
||||
#endif
|
||||
bool quiet {!transceiverbase_js8().isDebugEnabled()};
|
||||
|
||||
auto reply = command_with_reply ("<command:10>CmdGetFreq<parameters:0>", quiet);
|
||||
if (0 == reply.indexOf ("<CmdFreq:"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue