- Required new function obd_mode_command for commands without PIDs - Required new reading function for single line responses - Multiple devices can respond to get_dtcs, so the responses are now vectors of the previous type - vectors of u8
This will allow additional commands to be implemented more easily
- Remove line endings in get_line - Check the echoed value in send_serial_cmd, instead of returning it - Add flush function