Update rpitx.py don't activate command and control here

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.