Update rpitx.py start command.service

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 95b6a695a9
commit ebd21e267d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -373,9 +373,10 @@ if __name__ == "__main__":
print("squelch not set correctly, no command input!") print("squelch not set correctly, no command input!")
no_command = True no_command = True
else: else:
print("NOT: command and control is activated") print("command and control is activated")
no_command = False no_command = False
# system("/home/pi/CubeSatSim/command &") # system("/home/pi/CubeSatSim/command &")
system("sudo systemctl start command")
except: except:
print("command and control not activated") print("command and control not activated")
no_command = True no_command = True

Loading…
Cancel
Save

Powered by TurnKey Linux.