diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 82d1f68b00..085572885d 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -177,7 +177,7 @@ enable2ndByteCanID = false ochGetCommand = "O%2o%2c" ; see TS_OUTPUT_SIZE in console source code - ochBlockSize = @@TS_OUTPUT_SIZE@@ + ochBlockSize = @@TS_TOTAL_OUTPUT_SIZE@@ ; ; see TunerStudioOutputChannels struct @@ -185,10 +185,6 @@ enable2ndByteCanID = false @@OUTPUTS_SECTION@@ -; todo: generate this section programmatically - LM_SPEED_DENSITY = {3}, - LM_REAL_MAF = {4} - time = { timeNow } egoCorrectionForVeAnalyze = { 100 + fuelPidCorrection1 } @@ -1389,7 +1385,7 @@ menuDialog = main # Air mass model subMenu = veTableDialog, "VE", 0, {isInjectionEnabled == 1} subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1} - subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == LM_SPEED_DENSITY} + subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == @@engine_load_mode_e_LM_SPEED_DENSITY@@} subMenu = mapEstimateTableTbl, "MAP estimate table", 0, { enableMapEstimationTableFallback } subMenu = std_separator