only:proteus_f7

This commit is contained in:
rusefi 2024-05-01 23:03:10 -04:00
parent 76c4abcac7
commit 6351d81e6f
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ board_id_t getBoardId() {
// a way to test harness patch cord
return STATIC_BOARD_ID_PROTEUS_CANAM;
}
if (engineConfiguration->engineType == engine_type_e::PROTEUS_BMW_M73) {
// a way to test harness patch cord
return (STATIC_BOARD_ID_BASE + 52);
}
if (engineConfiguration->engineType == engine_type_e::HARLEY) {
// a way to test harness patch cord
return STATIC_BOARD_ID_PROTEUS_HARLEY;