Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2021-12-04 22:12:49 +00:00
parent 45a95db67f
commit 17d95341f4
26 changed files with 72 additions and 49 deletions

View File

@ -187,6 +187,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"

View File

@ -367,7 +367,7 @@ unusedAtTheEnd180Gauge = unusedAtTheEnd180,"unusedAtTheEnd180", "", 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
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
TEMPLOG_map_lengthGauge = TEMPLOG_map_length,"TEMPLOG_map_length", "", -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
timingIatCorrectionGauge = timingIatCorrection,"timingIatCorrection", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0

View File

@ -367,7 +367,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 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 22:39:40 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Dec 04 22:10:26 UTC 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -840,7 +840,7 @@ struct ts_outputs_s {
/**
* offset 506
*/
uint8_t unused112 = (uint8_t)0;
uint8_t TEMPLOG_map_length = (uint8_t)0;
/**
* offset 507
*/
@ -970,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 22:39:40 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Dec 04 22:10:26 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 Sat Dec 04 02:13:12 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:11:17 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:13:10 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:11:14 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:19 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:28 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:55 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:11:00 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:43 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:50 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:28 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:36 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:25 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:33 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:22 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:31 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:31 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:39 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:37 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:44 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:40 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:47 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:34 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:41 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:46 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:52 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:13:17 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Dec 04 22:11:22 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:13:15 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Dec 04 22:11:19 UTC 2021
pageSize = 19972
page = 1
@ -2250,7 +2250,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3387,6 +3387,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:52 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:58 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:48 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:10:55 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:13:01 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:11:06 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:12:58 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:11:03 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:13:06 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:11:11 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:13:04 UTC 2021
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Dec 04 22:11:08 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", 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 Sat Dec 04 02:13:20 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 Sat Dec 04 22:11:24 UTC 2021
pageSize = 20000
page = 1
@ -2284,7 +2284,7 @@ unusedAtTheEnd180 = scalar, U08, 499, "", 1, 0
TEMPLOG_MAP_INSTANT_AVERAGE = scalar, F32, 500, "", 1, 0
fallbackMap = scalar, U08, 504, "", 1, 0
TEMPLOG_map_peak = scalar, U08, 505, "", 1, 0
unused112 = scalar, U08, 506, "", 1, 0
TEMPLOG_map_length = scalar, U08, 506, "", 1, 0
unused113 = scalar, U08, 507, "", 1, 0
timingCltCorrection = scalar, U16, 508, "%", 0.01, 0
timingIatCorrection = scalar, U16, 510, "%", 0.01, 0
@ -3421,6 +3421,7 @@ 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 = TEMPLOG_map_length, "TEMPLOG_map_length", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"