diff --git a/transmit.py b/transmit.py index 76e3c40d..c85d10aa 100644 --- a/transmit.py +++ b/transmit.py @@ -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: