Minor changes to TS AE dialog
This commit is contained in:
parent
0fb9276c78
commit
022e82d66f
|
@ -226,7 +226,7 @@ void triggerSec_DualWheel()
|
||||||
curGap2 = curTime2 - toothLastSecToothTime;
|
curGap2 = curTime2 - toothLastSecToothTime;
|
||||||
if ( curGap2 < triggerSecFilterTime ) { return; }
|
if ( curGap2 < triggerSecFilterTime ) { return; }
|
||||||
toothLastSecToothTime = curTime2;
|
toothLastSecToothTime = curTime2;
|
||||||
triggerSecFilterTime = curGap2 >> 2;
|
triggerSecFilterTime = curGap2 >> 2; //Set filter at 25% of the current speed
|
||||||
|
|
||||||
toothCurrentCount = configPage2.triggerTeeth;
|
toothCurrentCount = configPage2.triggerTeeth;
|
||||||
|
|
||||||
|
|
|
@ -1121,7 +1121,7 @@ menuDialog = main
|
||||||
curve = time_accel_tpsdot_curve, "TPS based AE"
|
curve = time_accel_tpsdot_curve, "TPS based AE"
|
||||||
columnLabel = "TPSdot", "Added"
|
columnLabel = "TPSdot", "Added"
|
||||||
xAxis = 0, 1200, 6
|
xAxis = 0, 1200, 6
|
||||||
yAxis = 0, 48, 4
|
yAxis = 0, 600, 4
|
||||||
xBins = taeBins, TPSdot
|
xBins = taeBins, TPSdot
|
||||||
yBins = taeRates
|
yBins = taeRates
|
||||||
;gauge = cltGauge
|
;gauge = cltGauge
|
||||||
|
|
Loading…
Reference in New Issue