reduced rigctld connection chunk size - attempt fixing the ptt delay problem

This commit is contained in:
DJ2LS 2022-12-27 13:13:11 +01:00
parent cb78ed984a
commit 9dad094e47

View file

@ -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!",