This commit is contained in:
rusefi 2023-08-29 00:44:26 -04:00
parent dfba48c685
commit 291dcc6c1e
1 changed files with 0 additions and 5 deletions

View File

@ -314,11 +314,6 @@ extern int totalLoggedBytes;
}
#endif // HW_CHECK_SD
//#if HW_CHECK_MODE
// // we have to do anything possible to help users notice FACTORY MODE
// enginePins.errorLedPin.setValue(1);
// enginePins.runningLedPin.setValue(1);
//#endif // HW_CHECK_MODE
if (!lowVBatt) {
enginePins.warningLedPin.setValue(0);
}