From 2d7fb88c79af244b700d162c054af0217107a89c Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 27 May 2017 16:59:01 -0400 Subject: [PATCH] MAP is kPa --- firmware/integration/rusefi_config.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 453daeee52..0b06d0266a 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -849,15 +849,15 @@ float[IGN_LOAD_COUNT] ignitionLoadBins;;"Load", 1, 0.0, 0, 300.0, float[IGN_RPM_COUNT] ignitionRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2 ve_table_t veTable; -float[FUEL_LOAD_COUNT] veLoadBins;;"%", 1, 0.0, 0, 300.0, 2 +float[FUEL_LOAD_COUNT] veLoadBins;;"kPa", 1, 0.0, 0, 300.0, 2 float[FUEL_RPM_COUNT] veRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2 afr_table_t afrTable; -float[FUEL_LOAD_COUNT] afrLoadBins;;"%", 1, 0.0, 0, 300.0, 2 +float[FUEL_LOAD_COUNT] afrLoadBins;;"", 1, 0.0, 0, 300.0, 2 float[FUEL_RPM_COUNT] afrRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2 ! ve_table_t ve2Table; -! float[FUEL_LOAD_COUNT] ve2LoadBins;;"%", 1, 0.0, 0, 300.0, 2 +! float[FUEL_LOAD_COUNT] ve2LoadBins;;"kPa", 1, 0.0, 0, 300.0, 2 ! float[FUEL_RPM_COUNT] ve2RpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2 tps_tps_table_t tpsTpsAccelTable;