prompt fix
This commit is contained in:
parent
6085c6543c
commit
f366b1c3f6
@ -146,7 +146,7 @@ def pack_gomspace_cmds(
|
|||||||
target_table = int(
|
target_table = int(
|
||||||
input(
|
input(
|
||||||
"Target table ID [0: Board Config, 1: Module Config, 2: Calibration Parameter, "
|
"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]:
|
if target_table not in [0, 1, 2, 4]:
|
||||||
|
Loading…
Reference in New Issue
Block a user