sleep 5 for APRS

pull/127/head
alanbjohnston 5 years ago committed by GitHub
parent e5afa6cb2f
commit c985ba12ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ if __name__ == "__main__":
# print("There are arguments!")
if (mode == 'a'):
print("AFSK")
time.sleep(4)
time.sleep(5)
try:
file = open("/home/pi/CubeSatSim/t.txt")
file.close()

Loading…
Cancel
Save

Powered by TurnKey Linux.