From 48dbf675d8fc9379ea2d4ae388c5d0478e1b434b Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 9 Feb 2022 22:22:47 -0500 Subject: [PATCH] fixing harley81 --- .github/workflows/build-firmware.yaml | 6 +++--- .../config/boards/hellen/harley81/compile_hellen81hd.sh | 2 +- firmware/gen_config.sh | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index cdb354c6c1..d7dfbeae36 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -19,7 +19,7 @@ jobs: build-target: [ alphax-2chan, alphax-4chan, - hellen81hd, + harley81, hellen72, hellen81, hellen88bmw, @@ -70,9 +70,9 @@ jobs: folder: hellen/alphax-4chan ini-file: rusefi_alphax-4chan.ini - - build-target: hellen81hd + - build-target: harley81 folder: hellen/harley81 - ini-file: rusefi_hellen81hd.ini + ini-file: rusefi_harley81.ini - build-target: hellen88bmw folder: hellen/hellen88bmw diff --git a/firmware/config/boards/hellen/harley81/compile_hellen81hd.sh b/firmware/config/boards/hellen/harley81/compile_hellen81hd.sh index 269e20ee9f..822446bab3 100644 --- a/firmware/config/boards/hellen/harley81/compile_hellen81hd.sh +++ b/firmware/config/boards/hellen/harley81/compile_hellen81hd.sh @@ -1,6 +1,6 @@ #!/bin/bash -export PROJECT_BOARD=hellen/hellen81hd +export PROJECT_BOARD=hellen/harley81 export PROJECT_CPU=ARCH_STM32F4 export EXTRA_PARAMS="-DSHORT_BOARD_NAME=hellen81hd" diff --git a/firmware/gen_config.sh b/firmware/gen_config.sh index 7871d76b7f..7d9259be7e 100755 --- a/firmware/gen_config.sh +++ b/firmware/gen_config.sh @@ -16,6 +16,7 @@ mkdir build for BOARD in \ "hellen/alphax-2chan alphax-2chan" \ "hellen/alphax-4chan alphax-4chan" \ + "hellen/harley81 harley81" \ "hellen/hellen128 hellen128 rusefi_hellen128mercedes.ini" \ "hellen/hellen121vag hellen121vag" \ "hellen/hellen121nissan hellen121nissan" \