If using the injector test tab the "ON times" and "Off times" are flipped vs looking at the Bench test tab. fix #7355
This commit is contained in:
parent
4019cc1a2a
commit
73ae796fc0
|
@ -4977,8 +4977,8 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
; Injectors test
|
; Injectors test
|
||||||
dialog = injTest_l, "Output test modes", yAxis
|
dialog = injTest_l, "Output test modes", yAxis
|
||||||
field = "Iterations", benchTestCount
|
field = "Iterations", benchTestCount
|
||||||
field = "ON time", benchTestOffTime
|
field = "On Time", benchTestOnTime
|
||||||
field = "OFF time", benchTestOnTime
|
field = "Off Time", benchTestOffTime
|
||||||
|
|
||||||
dialog = injTest_r, "Reference gauges", yAxis
|
dialog = injTest_r, "Reference gauges", yAxis
|
||||||
gauge = VBattGauge,North
|
gauge = VBattGauge,North
|
||||||
|
|
Loading…
Reference in New Issue