transmit aprs when turned on again aprs

fm-rx
Alan Johnston 2 years ago committed by GitHub
parent 3b1c47b032
commit 4622013992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -194,8 +194,9 @@ if __name__ == "__main__":
output (ptt, 1)
# output(pd, 0)
output(txLed, txLedOff)
system("sudo rm /home/pi/CubeSatSim/ready")
f.close()
system("sudo rm /home/pi/CubeSatSim/ready")
if (debug_mode == 1):
print("Ready for next packet!")
@ -207,9 +208,9 @@ if __name__ == "__main__":
if (command_tx == True):
print("Turning on transmit")
system("echo > command_tx True")
output(txLed, txLedOn)
sleep(0.5)
output(txLed, txLedff)
# output(txLed, txLedOn)
# sleep(0.5)
# output(txLed, txLedff)
else:
print("Turning off transmit")
system("echo > command_tx False")

Loading…
Cancel
Save

Powered by TurnKey Linux.