obdlink in ddt mode
This commit is contained in:
parent
f457a0e613
commit
3e1e53233d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user