Updated S/A depl command #118

Merged
muellerr merged 13 commits from mueller/update-sa-depl-cmd into main 2022-10-14 20:38:56 +02:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 4b0e2f0b0a - Show all commits

View File

@ -49,8 +49,6 @@ def pack_sa_depl_cmds(defs: TmtcDefinitionWrapper):
def pack_solar_array_deployment_test_into(p: ServiceProviderParams):
q = p.queue_helper
user_data = bytearray()
burn_time = 0
dry_run = 0
while True:
burn_time = int(input("Please specify burn time in seconds [0-120 secs]: "))
if burn_time < 0 or burn_time > 120: