Minor changes to TS AE dialog

This commit is contained in:
Josh Stewart 2016-11-30 17:17:51 +11:00
parent 0fb9276c78
commit 022e82d66f
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ void triggerSec_DualWheel()
curGap2 = curTime2 - toothLastSecToothTime;
if ( curGap2 < triggerSecFilterTime ) { return; }
toothLastSecToothTime = curTime2;
triggerSecFilterTime = curGap2 >> 2;
triggerSecFilterTime = curGap2 >> 2; //Set filter at 25% of the current speed
toothCurrentCount = configPage2.triggerTeeth;

View File

@ -1121,7 +1121,7 @@ menuDialog = main
curve = time_accel_tpsdot_curve, "TPS based AE"
columnLabel = "TPSdot", "Added"
xAxis = 0, 1200, 6
yAxis = 0, 48, 4
yAxis = 0, 600, 4
xBins = taeBins, TPSdot
yBins = taeRates
;gauge = cltGauge