brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.06k stars 370 forks source link

Patch invalid protocol error message. #172

Closed jccurtis closed 4 years ago

jccurtis commented 4 years ago

This is just a quick fix to the error message logged when an invalid ELM327 proto is requested. Tested in py27.

jccurtis commented 4 years ago

Awesome, thanks @alistair23!