Results 1 comments of PaulN

I can confirm that changing _obd/elm327.py_ ` if self.ELM_PROMPT in buffer or self.ELM_LP_ACTIVE in buffer: ` to ` if self.ELM_PROMPT in buffer or ((self.ELM_LP_ACTIVE in buffer) and (b"BUS INIT: OK\r"...