prompt fix

This commit is contained in:
Robin Müller 2022-09-01 17:40:03 +02:00
parent 6085c6543c
commit f366b1c3f6
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ def pack_gomspace_cmds(
target_table = int(
input(
"Target table ID [0: Board Config, 1: Module Config, 2: Calibration Parameter, "
"value + 4 for default table]: "
"4: HK TM]: "
)
)
if target_table not in [0, 1, 2, 4]: