Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TS batt correction value in "opentime only" -corretion mode #287

Merged

Conversation

muuris
Copy link
Contributor

@muuris muuris commented Nov 21, 2019

201911 firmware introduced battery correction for opentime only. When selected, currentStatus.batCorrection value remains at 100 and is useless to view or log in Tunerstudio.

Code itself is pretty much unchanged. BATTV_COR_MODE_WHOLE -correction was in corrections.ino inside correctionsFuel() but BATTV_COR_MODE_OPENTIME -correction was in speeduino.ino, so moved opentime -correction logically to same place.

Merge to Speeduino master on 2019-11-11
Sync to noisymime/master on 2019-11-12-21-33
Sync to noisymime/master (201911 release)
… selected, currentStatus.batCorrection value remains at 100 and is useless to log in Tunerstudio.

Opentime only -correction stuff was in speeduino.ino and whole time correction was in corrections.ino, moved all more logically to same place.
@muuris muuris changed the title Fix batt correction value in opentime mode Fix TS batt correction value in "opentime only" -corretion mode Nov 21, 2019
@noisymime noisymime merged commit 10c59d5 into noisymime:master Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants