diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index 5ba4e751f4..23cf6aed8a 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -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" diff --git a/firmware/tunerstudio/tunerstudio.template.ini b/firmware/tunerstudio/tunerstudio.template.ini index 914db2d0b2..fb02eb2185 100644 --- a/firmware/tunerstudio/tunerstudio.template.ini +++ b/firmware/tunerstudio/tunerstudio.template.ini @@ -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