only:alphax-4chan
This commit is contained in:
rusefi 2023-04-17 09:44:09 -04:00
parent 491ad12746
commit b135fecfe9
2 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,8 @@ void boardOnConfigurationChange(engine_configuration_s * /*previousConfiguration
void setBoardConfigOverrides() {
setHellen144LedPins();
// todo: do we need this conditional on boardId or not really?
setHellenMegaEnPin();
setupVbatt();
int16_t hellenBoardId = engine->engineState.hellenBoardId;
if (hellenBoardId == BOARD_ID_2chan_e || hellenBoardId == BOARD_ID_2chan_f) {

View File

@ -144,6 +144,8 @@ void setBoardConfigOverrides() {
setHellen144LedPins();
setupVbatt();
setHellenMMbaro();
// todo: do we need this conditional on boardId or not really?
setHellenMegaEnPin();
setHellenSdCardSpi2();