From 4bbd8786685a6e9135145348f83a00d163860b9c Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 20 Feb 2019 15:51:43 -0700 Subject: [PATCH] stretch this a bit --- QnetModem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;