Update transmit.py sleep 15

master-bt
Alan Johnston 1 week ago committed by GitHub
parent 28357f2c5a
commit 685a996406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -948,8 +948,8 @@ if __name__ == "__main__":
doppler_table = iss_doppler_passes[TARGET_PASS] doppler_table = iss_doppler_passes[TARGET_PASS]
print(f"Pass Max Elevation: {TARGET_PASS}°") print(f"Pass Max Elevation: {TARGET_PASS}°")
print("Sleeping 10 seconds") print("Sleeping 15 seconds")
sleep(10) # avoid jumping around at start sleep(15) # avoid jumping around at start
sim_failure_check() sim_failure_check()
if (hab_mode == True) and (mode == 'a'): if (hab_mode == True) and (mode == 'a'):

Loading…
Cancel
Save

Powered by TurnKey Linux.