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

This commit is contained in:
DJ2LS 2022-12-27 13:02:01 +01:00
parent fd402d9bc2
commit cb78ed984a

View file

@ -122,7 +122,7 @@ class radio:
self.connected = False
try:
return self.connection.recv(1024)
return self.connection.recv(128)
except Exception:
self.log.warning(
"[RIGCTLD] No command response!",