Update transmit.py fixed pacsat call

pacsat-1
Alan Johnston 1 year ago committed by GitHub
parent 7eaf1e284a
commit 263fd86981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -423,7 +423,7 @@ if __name__ == "__main__":
print("AFSK")
elif (mode == 'p'):
print("Pacsat")
system('/home/pi/CubeSatSim/pacsat.sh')
system('/home/pi/CubeSatSim/pacsatsim.sh')
else:
GPIO.output(powerPin, 0)
print("Transmit APRS Commands")

Loading…
Cancel
Save

Powered by TurnKey Linux.