ODBLink check

This commit is contained in:
Marianpol 2020-10-25 20:55:21 +01:00
parent 5baf01b8c1
commit a05464b231

View File

@ -1820,7 +1820,7 @@ class ELM:
self.check_answer(elm_ver) self.check_answer(elm_ver)
# check STN # check STN
st_rsp = self.cmd("STPR") st_rsp = self.cmd("STP 53")
if '?' not in st_rsp: if '?' not in st_rsp:
mod_globals.opt_stn = True mod_globals.opt_stn = True