eclipse 97 engine 420a, same as neon 95
This commit is contained in:
parent
ba306d2202
commit
cd0e19958e
|
@ -454,6 +454,8 @@ void configureNeon1995TriggerShapeOnlyCrank(TriggerShape *s DECLARE_ENGINE_PARAM
|
||||||
s->initialize(FOUR_STROKE_CRANK_SENSOR, false);
|
s->initialize(FOUR_STROKE_CRANK_SENSOR, false);
|
||||||
s->setTriggerSynchronizationGap(3.79);
|
s->setTriggerSynchronizationGap(3.79);
|
||||||
|
|
||||||
|
s->tdcPosition = 279;
|
||||||
|
|
||||||
configureNeon1995TriggerShapeCommon(false, s PASS_ENGINE_PARAMETER_SUFFIX);
|
configureNeon1995TriggerShapeCommon(false, s PASS_ENGINE_PARAMETER_SUFFIX);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Mar 04 17:47:02 EST 2018
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Mar 14 06:38:37 EDT 2018
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -2003,6 +2003,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
; Engine->Injection Settings
|
; Engine->Injection Settings
|
||||||
dialog = injChars, "Injector Settings", yAxis
|
dialog = injChars, "Injector Settings", yAxis
|
||||||
field = "Injector Flow", injector_flow
|
field = "Injector Flow", injector_flow
|
||||||
|
field = "!phase offset is usually not needed"
|
||||||
field = "phase offset", extraInjectionOffset
|
field = "phase offset", extraInjectionOffset
|
||||||
|
|
||||||
dialog = injIO, "Injector Output", yAxis
|
dialog = injIO, "Injector Output", yAxis
|
||||||
|
|
|
@ -1174,6 +1174,7 @@ cmd_stop_engine = "w\x00\x99\x00\x00"
|
||||||
; Engine->Injection Settings
|
; Engine->Injection Settings
|
||||||
dialog = injChars, "Injector Settings", yAxis
|
dialog = injChars, "Injector Settings", yAxis
|
||||||
field = "Injector Flow", injector_flow
|
field = "Injector Flow", injector_flow
|
||||||
|
field = "!phase offset is usually not needed"
|
||||||
field = "phase offset", extraInjectionOffset
|
field = "phase offset", extraInjectionOffset
|
||||||
|
|
||||||
dialog = injIO, "Injector Output", yAxis
|
dialog = injIO, "Injector Output", yAxis
|
||||||
|
|
Loading…
Reference in New Issue