All corrections should be ratio, 1.0 = no correction
This commit is contained in:
parent
227e861e2c
commit
1ae93cbe69
|
@ -794,7 +794,7 @@ baro_corr_table_t baroCorrTable;
|
|||
custom pin_mode_e 1 bits, U08, @OFFSET@, [0:6], @@pin_mode_e_enum@@
|
||||
|
||||
|
||||
float[CRANKING_CURVE_SIZE] crankingTpsCoef;Cranking fuel correction coefficient based on TPS;"%", 1, 0, 0.0, 700.0, 2
|
||||
float[CRANKING_CURVE_SIZE] crankingTpsCoef;Cranking fuel correction coefficient based on TPS;"Ratio", 1, 0, 0.0, 700.0, 2
|
||||
float[CRANKING_CURVE_SIZE] crankingTpsBins;;"%", 1, 0, 0.0, 100.0, 2
|
||||
|
||||
float tachPulseDuractionMs;;"ms", 1, 0, 0.0, 100.0, 2
|
||||
|
|
|
@ -68,7 +68,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Apr 23 15:42:37 EDT 2019
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Apr 23 18:33:05 EDT 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -571,7 +571,7 @@ page = 1
|
|||
baroCorrPressureBins = array, F32, 1564, [4], "kPa", 1, 0, 0.0, 200, 2
|
||||
baroCorrRpmBins = array, F32, 1580, [4], "RPM", 1, 0, 0.0, 18000, 2
|
||||
baroCorrTable = array, F32, 1596, [4x4],"%", 1, 0, 0, 999.0, 2
|
||||
crankingTpsCoef = array, F32, 1660, [8], "%", 1, 0, 0.0, 700.0, 2
|
||||
crankingTpsCoef = array, F32, 1660, [8], "Ratio", 1, 0, 0.0, 700.0, 2
|
||||
crankingTpsBins = array, F32, 1692, [8], "%", 1, 0, 0.0, 100.0, 2
|
||||
tachPulseDuractionMs = scalar, F32, 1724, "ms", 1, 0, 0.0, 100.0, 2
|
||||
tachPulseTriggerIndex = scalar, S32, 1728, "index", 1, 0, 0.0, 360.0, 0
|
||||
|
|
Loading…
Reference in New Issue