Manual changes to make debug info configurable.

This commit is contained in:
Andreas Krüger 2025-10-12 03:34:26 +02:00 committed by Chris-AC9KH
parent a29ede47dc
commit 5deee2e903
18 changed files with 102 additions and 153 deletions

View file

@ -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:"))