Update transmit.py ignore Battery Saver in Transmit Commands mode

send-commands
Alan Johnston 2 weeks ago committed by GitHub
parent e87bf30a6d
commit 288ce26402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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")

Loading…
Cancel
Save

Powered by TurnKey Linux.