Turn off caf by default in mod_term

This commit is contained in:
Marianpol 2023-08-02 20:03:38 +02:00
parent 883f1cf8df
commit 414bdd344a

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",