stanleyhuangyc / ArduinoOBD

OBD-II library and sketches for Arduino
http://freematics.com
973 stars 518 forks source link

unable to compile missing uninit() #10

Closed novaspirit closed 10 years ago

novaspirit commented 10 years ago

newest release is missing

void COBD::uninit()

{

m_state = OBD_DISCONNECTED;

}

just need to add that back in on the latest release

novaspirit commented 10 years ago

all fixed Thanks Stanley