only:alphax-4chan
This commit is contained in:
parent
491ad12746
commit
b135fecfe9
|
@ -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) {
|
||||
|
|
|
@ -144,6 +144,8 @@ void setBoardConfigOverrides() {
|
|||
setHellen144LedPins();
|
||||
setupVbatt();
|
||||
setHellenMMbaro();
|
||||
// todo: do we need this conditional on boardId or not really?
|
||||
setHellenMegaEnPin();
|
||||
|
||||
setHellenSdCardSpi2();
|
||||
|
||||
|
|
Loading…
Reference in New Issue