fome-fw/firmware/CHANGELOG.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2023-04-11 12:11:29 -07:00
<!---
How to use this file:
- When making a change to the firmware that users should know about, add it to the
appropriate section (breaking/added/fixed) in the next release.
- If it's something interesting or breaking, make a post about it on the forum! We want users
to find out about changes before they have to get help because their car won't start.
Release template (copy/paste this for new release):
## Month 202x Release - "Release Name"
### Breaking Changes
-
### Added
-
### Fixed
-
### Removed
-
-->
# Changelog
## Unreleased
2023-04-28 13:11:00 -07:00
### Added
- Detected gear and wastegate position to CAN format
- Y axis override for Idle VE table. Helps with idle quality on ITB setups. #94
- Blend tables for boost open and closed loop control #73
2023-05-06 12:43:37 -07:00
- Log channels to make MegaLogViewer VE Analyze work #82
2023-04-28 13:11:00 -07:00
2023-04-11 13:47:30 -07:00
### Fixed
- Sensor checker wasn't checking sensors
2023-04-12 19:42:44 -07:00
- Removed vestigial warning about unset ignition pins #79
2023-04-19 12:52:32 -07:00
- Gear detection sometimes didn't work
2023-05-05 16:33:23 -07:00
- Restore built-in INI storage on STM32F7-based ECUs
2023-04-11 13:47:30 -07:00
2023-04-11 12:11:29 -07:00
### For older changelog entries prior to fork from rusEFI, see CHANGELOG.rusefi.md