like that maybe?

This commit is contained in:
rusefillc 2021-04-29 23:39:47 -04:00
parent e3c4590831
commit a576c5363e
5 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,4 @@
#define SIGNATURE_DATE 2021.04.30
#define SIGNATURE_BOARD hellen72
// SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar
#define TS_SIGNATURE "rusEFI @@SIGNATURE_DATE@@.@@SIGNATURE_BOARD@@.@@SIGNATURE_HASH@@"

View File

@ -0,0 +1,4 @@
#define SIGNATURE_DATE 2021.04.30
#define SIGNATURE_BOARD hellen72
// SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar
#define TS_SIGNATURE "rusEFI @@SIGNATURE_DATE@@.@@SIGNATURE_BOARD@@.@@SIGNATURE_HASH@@"

View File

@ -0,0 +1,4 @@
#define SIGNATURE_DATE 2021.04.30
#define SIGNATURE_BOARD hellen72
// SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar
#define TS_SIGNATURE "rusEFI @@SIGNATURE_DATE@@.@@SIGNATURE_BOARD@@.@@SIGNATURE_HASH@@"

View File

@ -0,0 +1,4 @@
#define SIGNATURE_DATE 2021.04.30
#define SIGNATURE_BOARD hellen72
// SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar
#define TS_SIGNATURE "rusEFI @@SIGNATURE_DATE@@.@@SIGNATURE_BOARD@@.@@SIGNATURE_HASH@@"

View File

@ -12,7 +12,8 @@ bash gen_config_default.sh
#
# 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
# While adding a new board do not forget to manually git add/commit .h and .ini into
# firmware\tunerstudio\generated and firmware\controllers\generated folders
# 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