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