From 6351d81e6fa7eb4467dca7f7563f3a047348160e Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 1 May 2024 23:03:10 -0400 Subject: [PATCH] only:proteus_f7 --- firmware/config/boards/board_id.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/config/boards/board_id.cpp b/firmware/config/boards/board_id.cpp index ad57ef4a31..b1bfa869ac 100644 --- a/firmware/config/boards/board_id.cpp +++ b/firmware/config/boards/board_id.cpp @@ -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;