cmd_test_main_relay
This commit is contained in:
parent
015becd751
commit
1431baefbc
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue