|
|
|
@ -373,9 +373,9 @@ 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("command and control is activated")
|
|
|
|
print("NOT: command and control is activated")
|
|
|
|
no_command = False
|
|
|
|
no_command = False
|
|
|
|
system("/home/pi/CubeSatSim/command &")
|
|
|
|
# system("/home/pi/CubeSatSim/command &")
|
|
|
|
except:
|
|
|
|
except:
|
|
|
|
print("command and control not activated")
|
|
|
|
print("command and control not activated")
|
|
|
|
no_command = True
|
|
|
|
no_command = True
|
|
|
|
|