Skip to content

Releases: PowerBroker2/ELMduino

ELMduino

06 Jan 01:57
cc4392e
Compare
Choose a tag to compare

What's Changed

  • Make library non-blocking by @patfelst in #102
  • Non-blocking update: Fix a few typos, add VIN query, update examples, update README by @patfelst in #103

New Contributors

Full Changelog: 2.6.4...3.0.0

ELMduino

16 Nov 20:39
44084a2
Compare
Choose a tag to compare

What's Changed

  • Update ELMduino.cpp by @idavidka in #94
    • Increased counter size as there are some PIDs which gets payload more than 255 bytes

New Contributors

Full Changelog: 2.6.3...2.6.4

ELMduino

06 Oct 19:56
52b51eb
Compare
Choose a tag to compare
  • Make conditionResponse() a public member (#92)

ELMduino

10 Sep 12:28
b14d4c9
Compare
Choose a tag to compare
  • Fix issue where semicolons were being dropped from the ELM327's response for custom pids

ELMduino

11 Aug 17:41
246d994
Compare
Choose a tag to compare

ELMduino

22 May 18:15
f5f1ee8
Compare
Choose a tag to compare
  • Prevent erroneous values when ELM327 responds with extra trailing zero chars in responses
  • Bug fixes

ELMduino

08 Apr 16:09
ad580d9
Compare
Choose a tag to compare
  • Prevent processing of non-alphanumeric values (#76)
  • Fix debug statement formatting

ELMduino

27 Mar 00:46
4eddfb7
Compare
Choose a tag to compare
  • 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

ELMduino

14 Mar 03:11
ed2a661
Compare
Choose a tag to compare
  • Fix dynamic memory issue (#68)

ELMduino

06 Mar 21:23
d7199e7
Compare
Choose a tag to compare
  • Print non-space whitespace characters in escaped format
  • Enable debug prints for all examples