Update transmit.py fixed pacsatsim and pacsat modes

pacsat-loop-old
Alan Johnston 2 months ago committed by GitHub
parent dc697a8306
commit 3f2c43fb3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -426,10 +426,10 @@ if __name__ == "__main__":
elif (mode == 'p'):
print("Pacsat")
# system('/home/pi/CubeSatSim/pacsatsim.sh')
system('sudo systemctl restart pacsatsim')
# system('sudo systemctl restart pacsatsim')
while True:
sleep(30)
elif (mode == 'p'):
elif (mode == 'P'):
print("Pacsat Ground Station")
while True:
sleep(30)

Loading…
Cancel
Save

Powered by TurnKey Linux.