Update transmit.py start pacsatsim.service

pull/405/head
Alan Johnston 1 year ago committed by GitHub
parent 03cc387dc0
commit e4e9ef04ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -425,7 +425,10 @@ if __name__ == "__main__":
print("AFSK")
elif (mode == 'p'):
print("Pacsat")
system('/home/pi/CubeSatSim/pacsatsim.sh')
# system('/home/pi/CubeSatSim/pacsatsim.sh')
system('sudo systectl start pacsatsim')
While True:
sleep(30)
elif (mode == 'p'):
print("Pacsat Ground Station")
while True:

Loading…
Cancel
Save

Powered by TurnKey Linux.