making debugTriggerSync more visible to users & removing from VVT defaults
This commit is contained in:
parent
200575ec87
commit
89011897b0
|
@ -355,7 +355,7 @@ static void setMazdaMiataEngineNB2Defaults(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
// set_whole_ve_map 80
|
||||
setMazdaMiataNbInjectorLag(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
||||
CONFIG(debugTriggerSync) = GPIOD_3;
|
||||
// CONFIG(debugTriggerSync) = GPIOD_3;
|
||||
|
||||
// engineConfiguration->debugMode = DBG_IDLE_CONTROL;
|
||||
engineConfiguration->debugMode = DBG_TRIGGER_COUNTERS;
|
||||
|
|
|
@ -2369,6 +2369,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "TS communication status LED", communicationLedPin
|
||||
field = "Warning LED", warningLedPin
|
||||
field = "Trigger error LED", triggerErrorPin
|
||||
field = "Debug Trigger Sync", debugTriggerSync
|
||||
|
||||
; Engine->MIL Settings
|
||||
dialog = malfunction, "Check Engine Settings"
|
||||
|
|
Loading…
Reference in New Issue