//WIP V3
Bot Changes - Increased loop delay when waiting for GQRX to start Noisegate Change - Display whether the noisegate is active or not in the logs
This commit is contained in:
@@ -124,7 +124,7 @@ class GQRXHandler(threading.Thread):
|
||||
|
||||
while not self.tel_conn:
|
||||
self.create_telnet_connection()
|
||||
sleep(.5)
|
||||
sleep(2)
|
||||
self.logger.debug(f"Waiting for GQRX to start")
|
||||
|
||||
self.GQRX_Started = True
|
||||
|
||||
Reference in New Issue
Block a user