Remove comments about CAF

This commit is contained in:
Marianpol 2021-08-23 21:51:17 +02:00
parent beab6ceef6
commit 11a35767b2
2 changed files with 1 additions and 3 deletions

View File

@ -1947,7 +1947,6 @@ class ELM:
self.check_answer(self.cmd("at l0"))
self.check_answer(self.cmd("at al"))
#This need to be enabled to use the send_can_cfc_caf function
if mod_globals.opt_obdlink and mod_globals.opt_caf:
self.check_answer(self.cmd("AT CAF1"))
self.check_answer(self.cmd("STCSEGR 1"))
@ -2038,7 +2037,6 @@ class ELM:
self.check_answer (self.cmd ("at st ff")) # reset adaptive timing step 1
self.check_answer (self.cmd ("at at 0")) # reset adaptive timing step 2
# This need to be enabled to use the send_can_cfc_caf function
if mod_globals.opt_obdlink and mod_globals.opt_caf:
self.check_answer (self.cmd ("STCFCPA " + TXa + ", " + RXa))

View File

@ -23,7 +23,7 @@ opt_cmd = False
opt_ddt = False
opt_si = False #try slow init every time
opt_cfc0 = False #turn off automatic FC and do it by script
opt_caf = False #turn on CAN Automatic Formatting, need to be enabled when send_can_cfc_caf function is used
opt_caf = False #turn on CAN Automatic Formatting
opt_n1c = False #turn off L1 cache
opt_dev = False #switch to development session for commands from DevList
opt_devses = '1086' #development session for commands from DevList