From ad5ba8b3786a4ab8a70019ed51327fadffddeb07 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 9 Feb 2021 13:58:05 -0500 Subject: [PATCH] M62T vanos support #2243 --- firmware/integration/rusefi_config.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 011772e676..33e2857e10 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1562,7 +1562,16 @@ map_estimate_table_t mapEstimateTable; uint16_t[FUEL_LOAD_COUNT] mapEstimateTpsBins;;"% TPS", {1/@@TPS_2_BYTE_PACKING_MULT@@}, 0.0, 0, 100.0, 1 uint16_t[FUEL_RPM_COUNT] mapEstimateRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 0 -uint8_t[512] unused15136;;"units", 1, 0, -20, 100, 0 +fsio_table_8x8_u8t vvtTable1; +float[FSIO_TABLE_8] vvtTable1LoadBins;;"L", 1, 0, 0.0, 255, 0 +float[FSIO_TABLE_8] vvtTable1RpmBins;RPM is float and not integer in order to use unified methods for interpolation;"RPM", 1, 0, 0.0, 25500.0, 2 + +fsio_table_8x8_u8t vvtTable2; +float[FSIO_TABLE_8] vvtTable2LoadBins;;"L", 1, 0, 0.0, 255, 0 +float[FSIO_TABLE_8] vvtTable2RpmBins;RPM is float and not integer in order to use unified methods for interpolation;"RPM", 1, 0, 0.0, 25500.0, 2 + + +uint8_t[256] unused15136;;"units", 1, 0, -20, 100, 0 ignition_table_t ignitionTable; float[IGN_LOAD_COUNT] ignitionLoadBins;;"Load", 1, 0.0, 0, 500.0, 2