baro correction label typo
This commit is contained in:
parent
d7b757abb9
commit
fddf54c9d9
|
@ -33,6 +33,7 @@ Release template (copy/paste this for new release):
|
|||
|
||||
### Fixed
|
||||
- Critical error when using big values on Boost Control Open Loop with Y axis as MAP #7093
|
||||
- "Baro Correction" axis label
|
||||
|
||||
## November 2024 "Day 998"
|
||||
|
||||
|
|
|
@ -1057,7 +1057,7 @@ curve = rangeMatrix, "Range Switch Input Matrix"
|
|||
upDownLabel = "(RICHER)", "(LEANER)"
|
||||
|
||||
table = baroCorrTbl, baroCorrMap, "Baro Correction", 1
|
||||
xyLabels = "RPM", "Ignition Load"
|
||||
xyLabels = "RPM", "Pressure"
|
||||
xBins = baroCorrRpmBins, RPMValue
|
||||
yBins = baroCorrPressureBins, baroPressure
|
||||
zBins = baroCorrTable
|
||||
|
|
Loading…
Reference in New Issue