From 9dad094e47cf9c448f1c60bafdc8d9719f19423b Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:13:11 +0100 Subject: [PATCH] reduced rigctld connection chunk size - attempt fixing the ptt delay problem --- tnc/rigctld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/rigctld.py b/tnc/rigctld.py index 1c400458..6a9fd928 100644 --- a/tnc/rigctld.py +++ b/tnc/rigctld.py @@ -122,7 +122,7 @@ class radio: self.connected = False try: - return self.connection.recv(128) + return self.connection.recv(16) except Exception: self.log.warning( "[RIGCTLD] No command response!",