diff --git a/firmware/console/binary/generated/data_logs.ini b/firmware/console/binary/generated/data_logs.ini index b2a27f0aa6..f5cb8fdf29 100644 --- a/firmware/console/binary/generated/data_logs.ini +++ b/firmware/console/binary/generated/data_logs.ini @@ -396,8 +396,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/console/binary/generated/sensors.java b/firmware/console/binary/generated/sensors.java index 5c5c3e82f4..08cc41776f 100644 --- a/firmware/console/binary/generated/sensors.java +++ b/firmware/console/binary/generated/sensors.java @@ -373,8 +373,8 @@ hwEventCounters6("Counter of hardware events since ECU start 6", SensorCategory. vvtCamCounter("vvtCamCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 920, 1.0, -1.0, -1.0, ""), currentGap("currentGap", SensorCategory.SENSOR_INPUTS, FieldType.INT, 924, 1.0, -1.0, -1.0, ""), totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 928, 1.0, -1.0, -1.0, ""), -wallFuelCorrection("* fuel injection time correction to account for wall wetting effect, for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 932, 1.0, -1.0, -1.0, ""), -wallFuel("Amount of fuel on the wall, in ms of injector open time, for each injector.", SensorCategory.SENSOR_INPUTS, FieldType.INT, 936, 1.0, -1.0, -1.0, ""), +wallFuelCorrection("fuel injection time correction to account for wall wetting effect for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 932, 1.0, -1.0, -1.0, ""), +wallFuel("Amount of fuel on the wall, in ms of injector open time for each injector.", SensorCategory.SENSOR_INPUTS, FieldType.INT, 936, 1.0, -1.0, -1.0, ""), idleState("idleState", SensorCategory.SENSOR_INPUTS, FieldType.INT, 940, 1.0, -1.0, -1.0, ""), currentIdlePosition("that's current position with CLT and IAT corrections", SensorCategory.SENSOR_INPUTS, FieldType.INT, 944, 1.0, -1.0, -1.0, ""), baseIdlePosition("current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 948, 1.0, -1.0, -1.0, ""), diff --git a/firmware/controllers/algo/wall_fuel_state_generated.h b/firmware/controllers/algo/wall_fuel_state_generated.h index 394c694096..e0b27c03c9 100644 --- a/firmware/controllers/algo/wall_fuel_state_generated.h +++ b/firmware/controllers/algo/wall_fuel_state_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Sun Apr 17 20:27:25 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Mon Apr 18 21:50:18 UTC 2022 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -6,12 +6,12 @@ // start of wall_fuel_state_s struct wall_fuel_state_s { /** - * * fuel injection time correction to account for wall wetting effect, for current cycle + * fuel injection time correction to account for wall wetting effect for current cycle * offset 0 */ float wallFuelCorrection = (float)0; /** - * Amount of fuel on the wall, in ms of injector open time, for each injector. + * Amount of fuel on the wall, in ms of injector open time for each injector. * offset 4 */ floatms_t wallFuel = (floatms_t)0; @@ -19,4 +19,4 @@ struct wall_fuel_state_s { static_assert(sizeof(wall_fuel_state_s) == 8); // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Sun Apr 17 20:27:25 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Mon Apr 18 21:50:18 UTC 2022 diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 73dcc62530..3542b0207f 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:40 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:50 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index daa03668ac..c665ebfdc4 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:09 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:19 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index 5dedc1c9c0..4116a17621 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:10 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:20 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 6933068937..bfec5307b7 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:38 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:48 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index d4c9de218d..267a741143 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:28 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:38 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 73eb35a1d7..0820d11870 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:37 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:47 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 97599975fa..e37ae1eda6 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:29 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:39 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index 322e9237b9..c32103d714 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:11 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:21 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 4b5c54588c..a956fbf562 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:22 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:32 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index ad35587cb7..8befbba00e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:15 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:25 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 0d76975c44..9d7b4e7913 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:14 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:24 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index eb5c8c4d52..41d106aeaa 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:13 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:23 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 0e5de30668..4e5c5cc0cb 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:17 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:27 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index ff7917b929..27fec429f6 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:19 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:29 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 5f85b1c071..f6ee3b54ec 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:20 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:30 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 9bdc7d0dd5..5afba33d8a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:18 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:28 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 3ca937fd02..a3d34e9148 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:23 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:33 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 890fcd7856..47ce070f68 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:24 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:34 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini b/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini index 57eb0cfc2f..a59d53fff5 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen_cypress.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Apr 18 16:27:42 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Apr 18 21:50:52 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_kinetis.ini b/firmware/tunerstudio/generated/rusefi_kinetis.ini index e77dea67ab..0c73dd342c 100644 --- a/firmware/tunerstudio/generated/rusefi_kinetis.ini +++ b/firmware/tunerstudio/generated/rusefi_kinetis.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Apr 18 16:27:41 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Apr 18 21:50:51 UTC 2022 pageSize = 20984 page = 1 @@ -4517,8 +4517,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 6eec4efbfb..4e923ecf23 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:27 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:37 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 08d5668e74..a90f82211f 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:25 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:35 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 687b000880..87f59b9822 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:32 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:42 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 35e6aa32bb..f6fa728ae7 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:30 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:40 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 86e872eeea..0cbbb2a152 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:34 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:44 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 542a815cbf..5657e4855f 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:33 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:43 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 16d58e0c30..907f1fb2fe 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:35 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:45 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index bd9eed2215..b4711f8e97 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:43 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:53 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index d096049142..faab7d6f37 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -84,7 +84,7 @@ enable2ndByteCanID = false ; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:39 UTC 2022 +; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:49 UTC 2022 pageSize = 21012 page = 1 @@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, entry = vvtCamCounter, "vvtCamCounter", int, "%d" entry = currentGap, "currentGap", float, "%.3f" entry = totalRevolutionCounter, "Crank revolution counter", int, "%d" -entry = wallFuelCorrection, "* fuel injection time correction to account for wall wetting effect, for current cycle", float, "%.3f" -entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time, for each injector.", float, "%.3f" +entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f" +entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f" entry = idleState, "idleState", int, "%d" entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f" entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"