Releases: PowerBroker2/ELMduino
Releases · PowerBroker2/ELMduino
ELMduino
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
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
- Make
conditionResponse()
a public member (#92)
ELMduino
- Fix issue where semicolons were being dropped from the ELM327's response for custom pids
ELMduino
- Decrease data timeout (AT ST) for faster samples
ELMduino
- Prevent erroneous values when ELM327 responds with extra trailing zero chars in responses
- Bug fixes
ELMduino
- Prevent processing of non-alphanumeric values (#76)
- Fix debug statement formatting
ELMduino
- Added AT command
SET_ALL_TO_DEFAULTS
during initialization
- Added link in README to sketch to remove paired bluetooth devices for ESP32s
- Sometimes required to get ESP32s to play nice with ELM327s
ELMduino
- Fix dynamic memory issue (#68)
ELMduino
- Print non-space whitespace characters in escaped format
- Enable debug prints for all examples