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