h64 is asking for a poke #3
This commit is contained in:
parent
c17ccd7c32
commit
7de4a3bcfe
|
@ -12,6 +12,9 @@ bash gen_config_default.sh
|
||||||
#
|
#
|
||||||
# see also build-firmware where we compile all versions of firmware
|
# see also build-firmware where we compile all versions of firmware
|
||||||
#
|
#
|
||||||
|
# While adding a new board do not forget to manually git add/commit .h and .ini into firmware\tunerstudio\generated folder
|
||||||
|
# maybe one day we will automate but not yet
|
||||||
|
#
|
||||||
for BOARD in "hellen/hellen72 hellen72" "hellen/hellen64_miataNA6_94 hellenNA6" "microrusefi mre_f7" "microrusefi mre_f4" "frankenso frankenso_na6" "prometheus prometheus_469" "prometheus prometheus_405" "proteus proteus_f7" "proteus proteus_f4"; do
|
for BOARD in "hellen/hellen72 hellen72" "hellen/hellen64_miataNA6_94 hellenNA6" "microrusefi mre_f7" "microrusefi mre_f4" "frankenso frankenso_na6" "prometheus prometheus_469" "prometheus prometheus_405" "proteus proteus_f7" "proteus proteus_f4"; do
|
||||||
BOARD_NAME="${BOARD% *}"
|
BOARD_NAME="${BOARD% *}"
|
||||||
BOARD_SHORT_NAME="${BOARD#* }"
|
BOARD_SHORT_NAME="${BOARD#* }"
|
||||||
|
|
|
@ -3598,4 +3598,4 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl
|
addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
;
|
; poke
|
||||||
|
|
Loading…
Reference in New Issue