Update transmit.py stop pacsatsim if not mode p

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent d720f03055
commit add244e541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -324,7 +324,8 @@ if __name__ == "__main__":
print("Can't open .mode file, defaulting to FSK") print("Can't open .mode file, defaulting to FSK")
print("Mode is: ") print("Mode is: ")
print(mode) print(mode)
# system("sudo systemctl stop pacsatsim") if ( mode != "p"):
system("sudo systemctl stop pacsatsim")
try: try:
file = open("/home/pi/CubeSatSim/beacon_off") file = open("/home/pi/CubeSatSim/beacon_off")

Loading…
Cancel
Save

Powered by TurnKey Linux.