Releases: jimwhitelaw/ELMulator
Releases · jimwhitelaw/ELMulator
ELMulator v1.2.1
Sets default connection type back to Bluetooth serial.
Fix for ELMulator Bluetooth constructor.
1.2.0
This release adds support for connecting to ELMulator via WiFi as well as Bluetooth.
To enable WiFi mode, set the following define in definitions.h
#define USE_WIFI true
Example program for using WiFi mode:
examples/ESP32_Wifi/ESP32_WiFi_Custom_ELMulator.ino
ELMulator v1.1.0
- Adds support for mode 0x22 (enhanced data) queries.
- Example program ESP32_Custom_ELMulator.ino now includes mode 0x22 queries for 0x52 (Ethanol %) and 0x18E4 (DPF clogging %)
- Improves support for ATRV (battery voltage) command
- Fixes and update to README.md
Full Changelog: 1.0.0...1.1.0
ELMulator v1.0.0
This is a fork of the GTTurboEcu library by TheBigBadWolfClub which is no longer being maintained.
I have updated the library with the following changes:
- included fixes submitted to the upstream fork but never merged
- updated the library to work with Bluetooth serial devices (like esp32)
- added additional functions to the emulator
- optimized the use of String class for lower memory requirements
- fixed a few bugs from earlier version
- refactoring many methods to simplify use of the library
- made it easier to add your own new functions with sample/test data
- implemented a simple emulation mode that can be easily configured with just a few lines of code
- added new example programs to demonstrate use of the library