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