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