obdlink in ddt mode
This commit is contained in:
parent
f457a0e613
commit
3e1e53233d
@ -564,6 +564,9 @@ class DDTLauncher():
|
|||||||
if result == 'yes':
|
if result == 'yes':
|
||||||
mod_globals.opt_demo = True
|
mod_globals.opt_demo = True
|
||||||
self.elm = ELM(mod_globals.opt_port, mod_globals.opt_speed, mod_globals.opt_log)
|
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:
|
else:
|
||||||
raise Exception('elm is not connected')
|
raise Exception('elm is not connected')
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user