Christian Wörner
Results
1
comments of
Christian Wörner
> 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...