From e87bf30a6dda23c82753e8e1192a67fd73968384 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 18 Jan 2026 13:03:25 -0500 Subject: [PATCH] Update transmit.py bypass Battery Saver in Transmit Commands --- transmit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/transmit.py b/transmit.py index c41a4731..8c2dd7c4 100644 --- a/transmit.py +++ b/transmit.py @@ -352,6 +352,7 @@ 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") except: