Fix no response time for OBDLINK
This commit is contained in:
parent
2b5ce1cf04
commit
c28e1c1f2b
@ -1881,7 +1881,7 @@ class ELM:
|
||||
|
||||
self.screenRefreshTime += roundtrip
|
||||
|
||||
if command[0].isdigit():
|
||||
if command[0].isdigit() or command.startswith('STPX'):
|
||||
self.response_time = ((self.response_time * 9) + roundtrip) / 10
|
||||
|
||||
# save responce to log
|
||||
|
Loading…
x
Reference in New Issue
Block a user