simtrace config 4 enabled

This commit is contained in:
Christina Quast 2015-04-03 13:22:18 +02:00
parent 97922ba1d0
commit 452aee337c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def find_dev():
# main code
def main():
parser = argparse.ArgumentParser()
parser.add_argument("-C", "--conf", type=int, choices=[1, 2, 3], help="Set USB config")
parser.add_argument("-C", "--conf", type=int, choices=[1, 2, 3, 4], help="Set USB config")
parser.add_argument("-b", "--read_bin", help="read ICCID, IMSI, etc.", action='store_true')
parser.add_argument("-c", "--cmd", help="cmds to send to sim card (Not supported yet)",
choices=["cmd1", "cmd2", "cmd_poweron", "cmd_poweroff", "cmd_get_slot_stat", "cmd_get_param"])