Releases: designer2k2/EMUcan
Small Bugfix and example improvement
Improvements:
- The MCP2515 Examples now include the setting for the clock.
Bugfix:
- The coolant fan flag is now called "F_CF" and matches the Ecumaster documentation.
2.0 runs on everything that reads CAN frames!
This is a major release. 🤩
EMUcan does not handle the CAN bus itself anymore, like this you can use whatever CAN capable hardware you want!
It runs with MCP2515, Teensy, ESP32, STM32 and many more. Examples are provided for them.
But it also gives you something to do in case you upgrade from 1.*
Besides this EMUcan is now also automated code tested, so it should give fewer bugs in the future 😊
Full Changelog: v1.0.7...2.0.1
2.0 runs on everything that reads CAN frames!
This is a major release. EMUcan does not handle the CAN bus itself anymore, like this you can use whatever hardware you want!
It runs with the MCP2515, Teensy, ESP32 and many more.
But it also gives you something todo in case you upgrade from 1.* Please see the migration part on the main page and check out the new examples.
Besides this EMUcan is now also autmated code tested, so it should give less bugs in the future :-)
Full Changelog: v1.0.7...2.0.0
Full CAN Stream support
v1.0.6 New CAN Values bugfix
Since 2.143 there are new values in the CAN stream:
- Target Lambda
- PWM2
- Fuel used
What's Changed
- Signed int bugfix by @designer2k2 in #4
Full Changelog: v1.0.5...v1.0.6
New CAN Values
Since 2.143 there are new values in the CAN stream:
- Target Lambda
- PWM2
- Fuel used
Bugfix for fuel pressure
Bugfix release to fix the fuel pressure, it was off by 2, so 5Bar where shown as 2,5Bar.
Diagnose Features
add CAN diagnose functions
1.0.2 working
everything is now possible to adjust in code, no change to the lib itself needed any more.