accell enrichement problems
Forum rules
Read the manual to see if your question is answered there before posting. If you have questions about MS1/Extra or MS2/Extra or other non-B&G code configuration or tuning, please post them at http://www.msextra.com The full forum rules are here: Forum Rules, be sure to read them all regularly.
This is with v2.1 code. So I added the v2.3 stile lag factor
Code: Select all
if(first_adc > 0)
outpc.batt = (short)adcval;
else
outpc.batt += (short)((10 * (adcval - outpc.batt)) / 100);
Here are the datalogs. No lagFactor left, with lag factor on the right.
