Fix no response time for OBDLINK

This commit is contained in:
Marianpol 2023-01-01 14:15:17 +01:00
parent 2b5ce1cf04
commit c28e1c1f2b

View File

@ -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