fixing harley81
This commit is contained in:
parent
f6500b3360
commit
48dbf675d8
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue