simplify signature.h generation (#3480)

* simplify

* poke to force generate
This commit is contained in:
Matthew Kennedy 2021-11-06 20:19:53 -07:00 committed by GitHub
parent b8ccdfb7d8
commit 899795e712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -10,9 +10,9 @@ echo "Generating signature for ${SHORT_BOARDNAME}"
# generate a unique signature
date=`TZ=Europe/London date +"%Y.%m.%d"`
echo "// Generated by gen_signature.sh" > ${SIGNATURE_FILE_NAME}
echo "! Generated by gen_signature.sh" > ${SIGNATURE_FILE_NAME}
echo "// SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar" >> ${SIGNATURE_FILE_NAME}
echo "! SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar" >> ${SIGNATURE_FILE_NAME}
echo "#define TS_SIGNATURE \"rusEFI $date.${SHORT_BOARDNAME}.@@SIGNATURE_HASH@@\"" >> ${SIGNATURE_FILE_NAME}

View File

@ -2004,3 +2004,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