From bdec4cffa92ac988e99535d9161e5ddd34b63685 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 20 May 2020 01:13:56 -0400 Subject: [PATCH] [Feature Request] Transmission Control #1454 --- firmware/integration/rusefi_config.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 8fec04ebb4..0c49feacdd 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -95,6 +95,8 @@ struct_no_prefix engine_configuration_s #define CLT_TIMING_CURVE_SIZE 8 #define IDLE_VE_CURVE_SIZE 8 +#define TCU_SOLENOID_COUNT 8 + #define ETB_COUNT 2 #define AUX_DIGITAL_VALVE_COUNT 2 @@ -887,7 +889,10 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:7], @@maf_sensor_type_e_enum@ vehicle_info_t engineCode;+For example, LS1 or NB2\nREQUIRED for rusEFI Online vehicle_info_t vehicleName;+For example, Hunchback or Orange Miata\nVehicle name has to be unique between your vehicles.\nREQUIRED for rusEFI Online - int[67] unusedAtOldBoardConfigurationEnd; + output_pin_e[TCU_SOLENOID_COUNT iterate] tcu_solenoid; + + + int[65] unusedAtOldBoardConfigurationEnd; uint16_t tps2SecondaryMin;;"ADC", 1, 0, 0, 1000, 0 uint16_t tps2SecondaryMax;;"ADC", 1, 0, 0, 1000, 0