Fix ini for Narrow EGO (#488)
This commit is contained in:
parent
ffa099f083
commit
40d63d154e
|
@ -782,8 +782,8 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
|
||||||
mass_storage_e storageMode;
|
mass_storage_e storageMode;
|
||||||
spi_device_e cj125SpiDevice;
|
spi_device_e cj125SpiDevice;
|
||||||
pin_output_mode_e cj125CsPinMode;
|
pin_output_mode_e cj125CsPinMode;
|
||||||
float[NARROW_BAND_WIDE_BAND_CONVERSION_SIZE] narrowToWideOxygenBins;Narrow Band WBO Approximation;"V", 1, 0, -10.0, 10.0, 1
|
float[NARROW_BAND_WIDE_BAND_CONVERSION_SIZE] narrowToWideOxygenBins;Narrow Band WBO Approximation;"V", 1, 0, -10.0, 10.0, 3
|
||||||
float[NARROW_BAND_WIDE_BAND_CONVERSION_SIZE] narrowToWideOxygen;;"ratio", 1, 0, -40.0, 40.0, 0
|
float[NARROW_BAND_WIDE_BAND_CONVERSION_SIZE] narrowToWideOxygen;;"ratio", 1, 0, -40.0, 40.0, 1
|
||||||
vvt_mode_e vvtMode;set vvt_mode X
|
vvt_mode_e vvtMode;set vvt_mode X
|
||||||
bi_quard_s biQuad;
|
bi_quard_s biQuad;
|
||||||
float[CLT_TIMING_CURVE_SIZE] cltTimingBins;CLT-based timing correction;"C", 1, 0, -100.0, 250.0, 1
|
float[CLT_TIMING_CURVE_SIZE] cltTimingBins;CLT-based timing correction;"C", 1, 0, -100.0, 250.0, 1
|
||||||
|
|
|
@ -288,7 +288,7 @@ fileVersion = { 20161225 }
|
||||||
gauge = RPMValue
|
gauge = RPMValue
|
||||||
|
|
||||||
curve = narrowToWideOxygenCurve, "Narrow to Wideband approximation"
|
curve = narrowToWideOxygenCurve, "Narrow to Wideband approximation"
|
||||||
columnLabel = "Voltage", "V"
|
columnLabel = "Voltage", "AFR"
|
||||||
xAxis = 0, 6, 10
|
xAxis = 0, 6, 10
|
||||||
yAxis = 0, 28, 10
|
yAxis = 0, 28, 10
|
||||||
xBins = narrowToWideOxygenBins
|
xBins = narrowToWideOxygenBins
|
||||||
|
@ -1356,7 +1356,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
|
|
||||||
; Engine->EGO Sensor Settings
|
; Engine->EGO Sensor Settings
|
||||||
dialog = egoSettings_sensor, "EGO Sensor Settings"
|
dialog = egoSettings_sensor, "EGO Sensor Settings"
|
||||||
fiedl = "Type", afr_type
|
field = "Type", afr_type
|
||||||
; todo: only use these values for custom!
|
; todo: only use these values for custom!
|
||||||
field = "low voltage", afr_v1
|
field = "low voltage", afr_v1
|
||||||
field = "low value", afr_value1
|
field = "low value", afr_value1
|
||||||
|
|
Loading…
Reference in New Issue