ELMduino Versions Save

Arduino OBD-II Bluetooth Scanner Interface Library for Car Hacking Projects

3.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/PowerBroker2/ELMduino/compare/2.6.4...3.0.0

2.6.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/PowerBroker2/ELMduino/compare/2.6.3...2.6.4

2.6.3

2 years ago
  • Make conditionResponse() a public member (#92)

2.6.2

2 years ago
  • Fix issue where semicolons were being dropped from the ELM327's response for custom pids
    • Issue #90

2.6.1

2 years ago

2.6.0

3 years ago
  • Prevent erroneous values when ELM327 responds with extra trailing zero chars in responses
    • See issues #81 and #83
  • Bug fixes

2.5.5

3 years ago
  • Prevent processing of non-alphanumeric values (#76)
  • Fix debug statement formatting

2.5.4

3 years ago
  • Added AT command SET_ALL_TO_DEFAULTS during initialization
    • See issue #70
  • Added link in README to sketch to remove paired bluetooth devices for ESP32s
    • Sometimes required to get ESP32s to play nice with ELM327s

2.5.3

3 years ago
  • Fix dynamic memory issue (#68)

2.5.2

3 years ago
  • Print non-space whitespace characters in escaped format
  • Enable debug prints for all examples