From fc0f8e7663cfe5b4673a48cc2efb65da3ffb30d7 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 17 Apr 2022 02:42:04 -0400 Subject: [PATCH] logging of live data structs was: data points #3614 on-topic and off-topic progress --- firmware/tunerstudio/rusefi.input | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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