Update transmit.py print mode

master-bf-pre3
Alan Johnston 5 days ago committed by GitHub
parent 8aec47fe74
commit 11b3645580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -948,6 +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("MODE: ")
print(mode)
if (mode == 'm'): if (mode == 'm'):
print("Sleeping 15 seconds") print("Sleeping 15 seconds")
sleep(15) # avoid CW jumping around at start sleep(15) # avoid CW jumping around at start

Loading…
Cancel
Save

Powered by TurnKey Linux.