update gomspace commands #112

Merged
meierj merged 3 commits from mueller/gomspace-save-load-table into main 2022-09-02 12:32:22 +02:00
Showing only changes of commit f366b1c3f6 - Show all commits

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]: