From 03107424d7378289b1bcb1d10d9141430d596ec8 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 6 Nov 2021 15:10:50 -0400 Subject: [PATCH] simplify signature.h generation #3480 step 1 - access values directly --- firmware/gen_signature.sh | 2 +- firmware/integration/rusefi_config.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/gen_signature.sh b/firmware/gen_signature.sh index 7751040767..92780bf415 100755 --- a/firmware/gen_signature.sh +++ b/firmware/gen_signature.sh @@ -16,6 +16,6 @@ echo "#define SIGNATURE_BOARD ${SHORT_BOARDNAME}" >> ${SIGNATURE_FILE_NAME} echo "// SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar" >> ${SIGNATURE_FILE_NAME} -echo "#define TS_SIGNATURE \"rusEFI @@SIGNATURE_DATE@@.@@SIGNATURE_BOARD@@.@@SIGNATURE_HASH@@\"" >> ${SIGNATURE_FILE_NAME} +echo "#define TS_SIGNATURE \"rusEFI $date.${SHORT_BOARDNAME}.@@SIGNATURE_HASH@@\"" >> ${SIGNATURE_FILE_NAME} exit 0 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 7737903e37..316a51eb80 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -2005,3 +2005,5 @@ end_struct ! we need to improve this further - at the moment we need too many boards to prepend 'false' #define show_test_presets true #define show_Frankenso_presets true + +! poke