cmd_test_main_relay

This commit is contained in:
rusefillc 2021-01-11 19:37:50 -05:00
parent 015becd751
commit 1431baefbc
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ void runFsio(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
* main relay is always on if ECU is on, that's a good enough initial implementation
*/
if (isBrainPinValid(CONFIG(mainRelayPin)))
enginePins.mainRelay.setValue(true);
enginePins.mainRelay.setValue(!engine->isInMainRelayBench());
#endif /* EFI_MAIN_RELAY_CONTROL */
if (isBrainPinValid(CONFIG(starterRelayDisablePin)))