This commit is contained in:
parent
2b6f0652f6
commit
7fda636144
|
@ -744,12 +744,12 @@ fileVersion = { @@TS_FILE_VERSION@@ }
|
|||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||
zBins = tpsTpsAccelTable
|
||||
|
||||
table = boostTableTbl, boostMapOpen, "", 1
|
||||
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableOpenLoop
|
||||
|
||||
table = boostTable2Tbl, boostMapClosed, "", 1
|
||||
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||
xBins = boostRpmBins, RPMValue
|
||||
yBins = boostTpsBins, TPSValue
|
||||
zBins = boostTableClosedLoop
|
||||
|
@ -872,25 +872,25 @@ fileVersion = { @@TS_FILE_VERSION@@ }
|
|||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(Later)", "(Sooner)"
|
||||
|
||||
table = gppwm1Tbl, gppwm1Map, "", 1
|
||||
table = gppwm1Tbl, gppwm1Map, "GP#1", 1
|
||||
xyLabels = "RPM", ""
|
||||
xBins = gppwm1_rpmBins, RPMValue
|
||||
yBins = gppwm1_loadBins, gppwm1_load
|
||||
zBins = gppwm1_table
|
||||
|
||||
table = gppwm2Tbl, gppwm2Map, "", 1
|
||||
table = gppwm2Tbl, gppwm2Map, "GP#2", 1
|
||||
xyLabels = "RPM", ""
|
||||
xBins = gppwm2_rpmBins, RPMValue
|
||||
yBins = gppwm2_loadBins, gppwm2_load
|
||||
zBins = gppwm2_table
|
||||
|
||||
table = gppwm3Tbl, gppwm3Map, "", 1
|
||||
table = gppwm3Tbl, gppwm3Map, "GP#3", 1
|
||||
xyLabels = "RPM", ""
|
||||
xBins = gppwm3_rpmBins, RPMValue
|
||||
yBins = gppwm3_loadBins, gppwm3_load
|
||||
zBins = gppwm3_table
|
||||
|
||||
table = gppwm4Tbl, gppwm4Map, "", 1
|
||||
table = gppwm4Tbl, gppwm4Map, "GP#4", 1
|
||||
xyLabels = "RPM", ""
|
||||
xBins = gppwm4_rpmBins, RPMValue
|
||||
yBins = gppwm4_loadBins, gppwm4_load
|
||||
|
|
Loading…
Reference in New Issue