Update transmit.py bypass Battery Saver in Transmit Commands

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

@ -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:

Loading…
Cancel
Save

Powered by TurnKey Linux.