Page 1 of 1

RPM_MIN_FOR_BOOST_CONTROL different in mUI

Posted: Tue 23. Jun 2015, 22:56
by erikiiofph7
I was a bit confused because the N75 duty map didn't behave as I expected. So I dived into the code and found the reason. Apparantly I had different values of RPM_MIN_FOR_BOOST_CONTROL for the multidisplay code that goes to the Arduino compared with the mUI code.

I see that the values are not the same for the latest version of the code either.
The multidisplay code has RPM_MIN_FOR_BOOST_CONTROL = 0 (see line 56 in MultidisplayDefines.h).
And the mUI code has RPM_MIN_FOR_BOOST_CONTROL = 2000 (see line 89 in MyTableWidget.cpp).

A patch with the mUI value changed to 0 is attached.

I also corrected the rpm values in the column headers (line 133 in MyTableWidget.cpp) to avoid accumulation of rounding errors.

Re: RPM_MIN_FOR_BOOST_CONTROL different in mUI

Posted: Thu 6. Aug 2015, 13:57
by bofh
thx.

https://github.com/digifant/multidispla ... Widget.cpp

integrated patch into the source code ( now on github -> we're currently moving to github )