diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 271969c3fb..ad57dbfe3c 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -115,6 +115,7 @@ jobs: include: # Board configurations + # 'target' should match corresponding SHORT_BOARD_NAME - build-target: hellen72 folder: config/boards/hellen/hellen72 ini-file: rusefi_hellen72.ini diff --git a/firmware/config/boards/hellen/small-can-board/board.mk b/firmware/config/boards/hellen/small-can-board/board.mk index 7ae4428df9..02016b4568 100644 --- a/firmware/config/boards/hellen/small-can-board/board.mk +++ b/firmware/config/boards/hellen/small-can-board/board.mk @@ -1,13 +1,13 @@ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp -DDEFS += -DFIRMWARE_ID=\"small-can-board\" -DDEFS += -DSHORT_BOARD_NAME=small-can +DDEFS += -DFIRMWARE_ID=small-can-board +DDEFS += -DSHORT_BOARD_NAME=small-can-board #DDEFS += -DEFI_SENT_SUPPORT=TRUE #DDEFS += -DPERSISTENT_LOCATION_VALUE=\"__attribute__\(\(section\(\\\".ram1\\\"\)\)\)\" #DDEFS += -DPERSISTENT_LOCATION_TODO -#DDEFS += -DEFI_SENSOR_CHART=FALSE +DDEFS += -DEFI_SENSOR_CHART=FALSE # DDEFS += -DLUA_USER_HEAP=50000 DDEFS += -DEFI_MC33816=FALSE #DDEFS += -DDL_OUTPUT_BUFFER=1000 @@ -26,7 +26,7 @@ DDEFS += -DEFI_TOOTH_LOGGER=FALSE DDEFS += -DRAM_UNUSED_SIZE=100 #Mass Storage -#DDEFS += -DEFI_EMBED_INI_MSD=FALSE +DDEFS += -DEFI_EMBED_INI_MSD=FALSE #DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART3)