This commit is contained in:
rusefillc 2021-01-31 12:27:26 -05:00
parent 96aba27ae4
commit 5e50b542a8
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ void setSubaruEJ18_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->malfunctionIndicatorPin = TLE8888_PIN_23;
#endif /* BOARD_TLE8888_COUNT */
// this car has high-side main relay WOW so we have to hard wire it to ingition switch
// this car has high-side main relay WOW so we have to hard wire it to ignition switch
}

View File

@ -570,7 +570,7 @@ void Engine::checkShutdown(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
if ((sensors.vBatt > vBattThresholdOn) && !isInShutdownMode(PASS_ENGINE_PARAMETER_SIGNATURE)) {
ignitionOnTimeNt = getTimeNowNt();
stopEngineRequestTimeNt = 0;
scheduleMsg(&engineLogger, "Ingition voltage detected! Cancel the engine shutdown!");
scheduleMsg(&engineLogger, "Ignition voltage detected! Cancel the engine shutdown!");
}
}
#endif /* EFI_MAIN_RELAY_CONTROL */