diff --git a/firmware/controllers/algo/engine_configuration_generated_structures.h b/firmware/controllers/algo/engine_configuration_generated_structures.h index 4895262302..f57795b204 100644 --- a/firmware/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jul 01 09:36:16 EDT 2016 +// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jul 01 14:38:02 EDT 2016 // begin #ifndef ENGINE_CONFIGURATION_GENERATED_H_ #define ENGINE_CONFIGURATION_GENERATED_H_ @@ -1258,7 +1258,7 @@ typedef struct { offset 1500 bit 13 */ bool twoWireBatchInjection : 1; /** - * See #172 + * VR sensors are only precise on rising front offset 1500 bit 14 */ bool useOnlyRisingEdgeForTrigger : 1; /** @@ -1848,4 +1848,4 @@ typedef struct { #endif // end -// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jul 01 09:36:16 EDT 2016 +// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jul 01 14:38:02 EDT 2016 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index f8b48ae976..4bf66047f2 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -575,7 +575,7 @@ custom idle_mode_e 4 bits, U32, @OFFSET@, [0:0], "false", "true" bit isPrintTriggerSynchDetails bit isManualSpinningMode;Usually if we have no trigger events that means engine is stopped\nUnless we are troubleshooting and spinning the engine by hand - this case a longer\ndelay is needed bit twoWireBatchInjection;+This is needed if batched injection and individual injector wiring - bit useOnlyRisingEdgeForTrigger;See #172 + bit useOnlyRisingEdgeForTrigger;+VR sensors are only precise on rising front bit twoWireBatchIgnition;+This is needed if batched igniton (waster spark) and individual coil wiring diff --git a/firmware/tunerstudio/rusefi.ini b/firmware/tunerstudio/rusefi.ini index 54b2d1a37d..a0f158a5e7 100644 --- a/firmware/tunerstudio/rusefi.ini +++ b/firmware/tunerstudio/rusefi.ini @@ -42,7 +42,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jun 30 21:51:57 EDT 2016 +; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jul 01 14:38:02 EDT 2016 pageSize = 17080 page = 1 @@ -579,7 +579,11 @@ page = 1 auxPid1_dFactor = scalar, F32, 2420, "value", 1, 0, 0, 1000, 5 auxPid1_offset = scalar, F32, 2424, "value", 1, 0, 0, 1000, 3 crankingIdleAdjustment = scalar, F32, 2428, "percent", 1, 0, -100.0, 100, -;skipping unused offset 2432 +;skipping tChargeMinRpmMinTps offset 2432 +;skipping tChargeMinRpmMaxTps offset 2436 +;skipping tChargeMaxRpmMinTps offset 2440 +;skipping tChargeMaxRpmMaxTps offset 2444 +;skipping unused offset 2448 le_formulas1 = array, U08, 3048, [200],"char", 1, 0, 0.0, 3.0, 2 le_formulas2 = array, U08, 3248, [200],"char", 1, 0, 0.0, 3.0, 2 le_formulas3 = array, U08, 3448, [200],"char", 1, 0, 0.0, 3.0, 2 @@ -664,6 +668,7 @@ page = 1 trigger_useOnlyFirstChannel = "This option could be used if your second trigger channel is broken" sensorChartMode = "rusEfi console Sensor Sniffer mode" twoWireBatchInjection = "This is needed if batched injection and individual injector wiring" + useOnlyRisingEdgeForTrigger = "VR sensors are only precise on rising front" twoWireBatchIgnition = "This is needed if batched igniton (waster spark) and individual coil wiring" ignMathCalculateAtIndex = "At what trigger index should some ignition-related math be executed? This is a performance trick to reduce load on synchronization trigger callback." mapAveragingSchedulingAtIndex = "At what trigger index should some MAP-related math be executed? This is a performance trick to reduce load on synchronization trigger callback."