auto-sync
This commit is contained in:
parent
dc375c54ac
commit
6a9e36975f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue