This commit is contained in:
shrlnm 2023-08-26 14:15:34 +03:00
commit f457a0e613

View File

@ -225,7 +225,7 @@ def optParser():
parser.add_argument("--caf",
help="turn on CAN Auto Formatting. Available only for OBDLink",
dest="caf",
default=True,
default=False,
action="store_true")
parser.add_argument("--n1c",