Bugfix: Working on SDR RX
This commit is contained in:
@@ -11,7 +11,7 @@ class GQRXHandler():
|
||||
print("Creating connection")
|
||||
tel_conn = Telnet(self.hostname, self.port)
|
||||
print(tel_conn)
|
||||
tel_conn.read_until(b"Escape character is '^]'.")
|
||||
print(tel_conn.read_until(b"Escape character is '^]'.", timeout=15))
|
||||
|
||||
return tel_conn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user