From 288ce26402b445e50962c056a6bb4822407cadfc Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 18 Jan 2026 13:10:17 -0500 Subject: [PATCH] Update transmit.py ignore Battery Saver in Transmit Commands mode --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index 8c2dd7c4..b9cbdbfe 100644 --- a/transmit.py +++ b/transmit.py @@ -352,9 +352,9 @@ if __name__ == "__main__": print("command and control is activated") no_command = False system("sudo systemctl start command") - txc = True # Transmit commands only works with FM transceiver, so bypass Battery Saver if activated else: - print("Command and control not activated since Transmit Commands mode") + print("Command and control not activated since Transmit Commands mode") + txc = True # Transmit commands only works with FM transceiver, so bypass Battery Saver if activated except: print("command and control not activated")