added sleep 4 for APRS at the start

pull/127/head
alanbjohnston 5 years ago committed by GitHub
parent b96988639a
commit e5afa6cb2f
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(4)
try:
file = open("/home/pi/CubeSatSim/t.txt")
file.close()

Loading…
Cancel
Save

Powered by TurnKey Linux.