Turn off caf by default in mod_term
This commit is contained in:
parent
883f1cf8df
commit
414bdd344a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user