Update rpitx.py check c&c APRS every two seconds

pull/302/head
Alan Johnston 2 years ago committed by GitHub
parent 28324acb97
commit 91f568dff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -424,6 +424,12 @@ if __name__ == "__main__":
output(txLed, txLedOff)
system("sudo rm /home/pi/CubeSatSim/ready")
f.close()
if (debug_mode == 1):
print("Ready for next packet!")
sleep(0.5)
except:
output(pd, 1)
output(ptt, 1)
sleep(1)
@ -459,14 +465,7 @@ if __name__ == "__main__":
else:
print("No carrier received!")
output(pd, 0)
if (debug_mode == 1):
print("Ready for next packet!")
sleep(0.5)
except:
sleep(0.5)
sleep(1)
elif (mode == 'm'):
print("CW")
# sleep(4)

Loading…
Cancel
Save

Powered by TurnKey Linux.