Skip to content

Commit 474976b

Browse files
authored
Merge branch 'master' into michelle
2 parents 6576ddd + a28aa7b commit 474976b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

obd/elm327.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ def __read(self, end_marker=ELM_PROMPT):
549549

550550
# end on specified end-marker sequence
551551
if end_marker in buffer:
552+
# if self.ELM_PROMPT in buffer or ((self.ELM_LP_ACTIVE in buffer) and (b"BUS INIT: OK\r" not in buffer)):
552553
break
553554

554555
# log, and remove the "bytearray( ... )" part

0 commit comments

Comments
 (0)