Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2021-12-02 22:42:07 +00:00
parent 1b036f238f
commit 9313c7b3ed
28 changed files with 127 additions and 149 deletions

View File

@ -184,7 +184,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -364,12 +364,9 @@ unusedAtTheEnd177Gauge = unusedAtTheEnd177,"unusedAtTheEnd177", "", 0.0,0.0, 0.0
unusedAtTheEnd178Gauge = unusedAtTheEnd178,"unusedAtTheEnd178", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
unusedAtTheEnd179Gauge = unusedAtTheEnd179,"unusedAtTheEnd179", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
unusedAtTheEnd180Gauge = unusedAtTheEnd180,"unusedAtTheEnd180", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
unusedAtTheEnd181Gauge = unusedAtTheEnd181,"unusedAtTheEnd181", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
unusedAtTheEnd182Gauge = unusedAtTheEnd182,"unusedAtTheEnd182", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
unusedAtTheEnd183Gauge = unusedAtTheEnd183,"unusedAtTheEnd183", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
unusedAtTheEnd184Gauge = unusedAtTheEnd184,"unusedAtTheEnd184", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
TEMPLOG_MAP_INSTANT_AVERAGEGauge = TEMPLOG_MAP_INSTANT_AVERAGE,"TEMPLOG_MAP_INSTANT_AVERAGE", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
fallbackMapGauge = fallbackMap,"fallbackMap", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
unused111Gauge = unused111,"unused111", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
TEMPLOG_map_peakGauge = TEMPLOG_map_peak,"TEMPLOG_map_peak", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
unused112Gauge = unused112,"unused112", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
unused113Gauge = unused113,"unused113", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
timingCltCorrectionGauge = timingCltCorrection,"timingCltCorrection", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0

View File

@ -364,12 +364,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Dec 02 06:53:38 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Dec 02 22:39:40 UTC 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -824,7 +824,11 @@ struct ts_outputs_s {
/**
* offset 320
*/
uint8_t unusedAtTheEnd[184];
uint8_t unusedAtTheEnd[180];
/**
* offset 500
*/
scaled_channel<float, 1, 1> TEMPLOG_MAP_INSTANT_AVERAGE = (float)0;
/**
* offset 504
*/
@ -832,7 +836,7 @@ struct ts_outputs_s {
/**
* offset 505
*/
uint8_t unused111 = (uint8_t)0;
uint8_t TEMPLOG_map_peak = (uint8_t)0;
/**
* offset 506
*/
@ -966,4 +970,4 @@ struct ts_outputs_s {
};
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Dec 02 06:53:38 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Dec 02 22:39:40 UTC 2021

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 06:54:32 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:32 UTC 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4546,4 +4546,4 @@ struct persistent_config_s {
};
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 06:54:32 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:32 UTC 2021

View File

@ -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 Thu Dec 02 06:54:32 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:32 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:29 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:29 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:53:41 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:39:41 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:16 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:15 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:04 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:03 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:53:50 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:39:49 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:53:47 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:39:47 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:53:44 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:39:44 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:53:53 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:39:52 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:53:58 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:39:58 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:01 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:01 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:53:56 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:39:55 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:07 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:06 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:38 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Dec 02 22:40:37 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:35 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Dec 02 22:40:35 UTC 2021
pageSize = 19972
page = 1
@ -2247,12 +2247,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3385,7 +3382,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:13 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:12 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:10 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:09 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:21 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:21 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:18 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:18 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:26 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:26 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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 Thu Dec 02 06:54:24 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:23 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -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_config.sh integration/rusefi_config.txt Thu Dec 02 06:54:40 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:39 UTC 2021
pageSize = 20000
page = 1
@ -2281,12 +2281,9 @@ unusedAtTheEnd177 = scalar, U08, 496, "", 1, 0
unusedAtTheEnd178 = scalar, U08, 497, "", 1, 0
unusedAtTheEnd179 = scalar, U08, 498, "", 1, 0
unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
unusedAtTheEnd181 = scalar, U08, 500, "", 1, 0
unusedAtTheEnd182 = scalar, U08, 501, "", 1, 0
unusedAtTheEnd183 = scalar, U08, 502, "", 1, 0
unusedAtTheEnd184 = scalar, U08, 503, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
unused111 = scalar, U08, 505, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
@ -3419,7 +3416,9 @@ entry = vvtTargets2, "vvtTargets2", int, "%d"
entry = vvtTargets3, "vvtTargets3", int, "%d"
entry = vvtTargets4, "vvtTargets4", int, "%d"
entry = turboSpeed, "Turbocharger Speed", int, "%d"
entry = TEMPLOG_MAP_INSTANT_AVERAGE, "TEMPLOG_MAP_INSTANT_AVERAGE", float, "%.3f"
entry = fallbackMap, "fallbackMap", int, "%d"
entry = TEMPLOG_map_peak, "TEMPLOG_map_peak", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 06:54:32 UTC 2021
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 02 22:40:32 UTC 2021
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;