v6.2.0
版本发布时间: 2024-06-16 22:20:50
dalathegreat/Battery-Emulator最新发布版本:v7.4.0(2024-10-01 15:57:32)
What's Changed ❔
This version focuses on improving CPU load, along with some battery fixes. Flaky Wifi connections could result in contactors opening, so the Wifi task is now moved out of the core task to keep batteries satisfied without any CAN interrupts. Who knew embedded real-time was so hard :sweat_smile:
Taking 6.X.X into use ℹ️
When compiling this latest version, you need to update the ESP32 package by Espressif System, in the Arduino IDE, to at least v3.0.0 , failure to do this will result in compilation errors. This is the spot in Arduino IDE to do it:
Housekeeping :broom:
- Bugfix: CAN overrun events are now cleared to help spot CPU load issues, by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/344
- Bugifx: Move WIFI out from the core task by @Cabooman in https://github.com/dalathegreat/Battery-Emulator/pull/346
Batteries :battery:
- BYD Atto 3: Rescale voltage, by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/347
- Renault Zoe: Split Zoe handling with OVMS info by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/343
Full Changelog: https://github.com/dalathegreat/Battery-Emulator/compare/v6.1.0...v6.2.0