obdlink in ddt mode

This commit is contained in:
shrlnm 2023-10-21 11:47:38 +03:00
parent f457a0e613
commit 3e1e53233d

View File

@ -564,6 +564,9 @@ class DDTLauncher():
if result == 'yes':
mod_globals.opt_demo = True
self.elm = ELM(mod_globals.opt_port, mod_globals.opt_speed, mod_globals.opt_log)
if mod_globals.opt_obdlink == True:
self.elm.ATCFC0 = False
mod_globals.opt_cfc0 = False
else:
raise Exception('elm is not connected')
return