disable watchdog checking while the modem is transmitting CW;

pull/75/head
Bryan Biedenkapp 1 year ago
parent 15656dcdbf
commit ebb8669c0d

@ -1773,6 +1773,11 @@ void* Host::threadWatchdog(void* arg)
uint32_t ms = stopWatch.elapsed(); uint32_t ms = stopWatch.elapsed();
stopWatch.start(); stopWatch.start();
if (host->m_isTxCW) {
Thread::sleep(1U);
continue;
}
// scope is intentional // scope is intentional
{ {
/** Digital Mobile Radio */ /** Digital Mobile Radio */

Loading…
Cancel
Save

Powered by TurnKey Linux.