sleep for 30 sec after APRS tx

pull/144/head
alanbjohnston 4 years ago committed by GitHub
parent 34e85ec3f2
commit d0cf6e989d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,9 +135,9 @@ if __name__ == "__main__":
output(txLed, txLedOff)
f.close()
system("sudo rm /home/pi/CubeSatSim/ready")
sleep(0.5)
sleep(30) # was 0.5
except:
sleep(0.5)
sleep(0.5)
elif (mode == 'm'):
print("CW")
# sleep(4)

Loading…
Cancel
Save

Powered by TurnKey Linux.