mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-15 09:56:38 +02:00
added link to git commit from git sha in footer (feature request from @stefan123t)
This commit is contained in:
parent
1d385b1d60
commit
2a3c267906
7 changed files with 34 additions and 13 deletions
|
@ -21,7 +21,7 @@ def get_firmware_specifier_build_flag():
|
|||
except:
|
||||
build_version = "g0000000"
|
||||
|
||||
build_flag = "-D AUTO_GIT_HASH=\\\"" + build_version + "\\\""
|
||||
build_flag = "-D AUTO_GIT_HASH=\\\"" + build_version[1:] + "\\\""
|
||||
print ("Firmware Revision: " + build_version)
|
||||
return (build_flag)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue