This commit is contained in:
rusefi 2020-06-30 20:59:44 -04:00
parent 3f6ad08b5b
commit e09a3ea1a5
1 changed files with 3 additions and 3 deletions

View File

@ -324,7 +324,7 @@ float lowValue;kPa value at low volts;"kpa", 1, 0, -400, 800, 2
float highValue;kPa value at high volts;"kpa", 1, 0, -400, 800, 2
air_pressure_sensor_type_e type;
adc_channel_e hwChannel;
uint8_t[3] alignmentFill;
uint8_t[3] alignmentFill;;"unit", 1, 0, 0, 100, 0
end_struct
@ -349,7 +349,7 @@ end_struct
struct oil_pressure_config_s @brief Oil pressure sensor interpolation
adc_channel_e hwChannel;
uint8_t[3] alignmentFill;
uint8_t[3] alignmentFill;;"unit", 1, 0, 0, 100, 0
float v1;; "volts", 1, 0.0, 0, 10.0, 2
float value1;; "kPa", 1, 0.0, 0, 1000.0, 2
float v2;; "volts", 1, 0.0, 0, 10.0, 2
@ -557,7 +557,7 @@ float globalFuelCorrection;set global_fuel_correction X;"coef", 1, 0.0,
struct afr_sensor_s
adc_channel_e hwChannel;
uint8_t[3] alignmentFill_afr;
uint8_t[3] alignmentFill_afr;;"unit", 1, 0, 0, 100, 0
float v1;; "volts", 1, 0.0, 0, 10.0, 2
float value1;; "AFR", 1, 0.0, 0, 1000.0, 2
float v2;; "volts", 1, 0.0, 0, 10.0, 2