From 48028de23365a48c8d83909596e7f98df09bab75 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 29 Apr 2023 12:46:12 -0400 Subject: [PATCH] only:it's going to be painful --- firmware/integration/rusefi_config.txt | 2 -- firmware/integration/rusefi_config_shared.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 508ffbdcda..c48c510b52 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -218,8 +218,6 @@ struct_no_prefix engine_configuration_s #define VOLTAGE_1_BYTE_PACKING_DIV 0.02 #define PERCENT_TRIM_BYTE_PACKING_DIV 0.02 -#define PACK_MULT_VSS 100 - #define SCRIPT_TABLE_8 8 #define SCRIPT_CURVE_8 8 diff --git a/firmware/integration/rusefi_config_shared.txt b/firmware/integration/rusefi_config_shared.txt index 20362cce43..48ba741f4c 100644 --- a/firmware/integration/rusefi_config_shared.txt +++ b/firmware/integration/rusefi_config_shared.txt @@ -17,6 +17,7 @@ #define PACK_MULT_FUEL_MASS 100 #define PACK_PERCENT_BYTE_MULT 100.0 #define PACK_MULT_FUEL_FLOW 200 +#define PACK_MULT_VSS 100 #define GEARS_COUNT 8 #define EGT_CHANNEL_COUNT 8