only:alphax-2chan

This commit is contained in:
Andrey 2024-09-04 19:36:04 -04:00
parent fa6737cb58
commit ca92234122
1 changed files with 4 additions and 0 deletions

View File

@ -77,8 +77,12 @@ void boardOnConfigurationChange(engine_configuration_s * /*previousConfiguration
static bool isMegaModuleRevision() {
#ifndef EFI_BOOTLOADER
int16_t hellenBoardId = engine->engineState.hellenBoardId;
return hellenBoardId != BOARD_ID_ALPHA2CH_B && hellenBoardId != BOARD_ID_ALPHA2CH_C && hellenBoardId != BOARD_ID_ALPHA2CH_D;
#else
return true;
#endif // EFI_BOOTLOADER
}
void setBoardConfigOverrides() {