From a05464b231e2e1cda479bdfe521cb48c76e5b211 Mon Sep 17 00:00:00 2001 From: Marianpol Date: Sun, 25 Oct 2020 20:55:21 +0100 Subject: [PATCH] ODBLink check --- pyren/mod_elm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyren/mod_elm.py b/pyren/mod_elm.py index 3e62571..ff83f1e 100644 --- a/pyren/mod_elm.py +++ b/pyren/mod_elm.py @@ -1820,7 +1820,7 @@ class ELM: self.check_answer(elm_ver) # check STN - st_rsp = self.cmd("STPR") + st_rsp = self.cmd("STP 53") if '?' not in st_rsp: mod_globals.opt_stn = True