diff --git a/QnetModem.cpp b/QnetModem.cpp index 600c636..5c1a4c1 100644 --- a/QnetModem.cpp +++ b/QnetModem.cpp @@ -547,7 +547,7 @@ void CQnetModem::Run(const char *cfgfile) dstarSpace -= (type==TYPE_HEADER) ? 4U : 1U; } } - if (statusTimer.time()>0.2) { + if (statusTimer.time()>0.25) { // request a status update every 200 milliseconds frame.length = 3U; frame.type = TYPE_STATUS;