mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 19:16:29 -04:00
Make GIT_REVISION value available within code.
Addresses issue #59. No idea what it'll do if the commit is also tagged as a release...
This commit is contained in:
parent
4fe145b61d
commit
98773cb62a
5 changed files with 10 additions and 7 deletions
|
@ -190,7 +190,7 @@ private:
|
|||
|
||||
Text text_firmware {
|
||||
{ 0, 128, 240, 16 },
|
||||
"Firmware Version git-??????",
|
||||
"Git Commit Hash " GIT_REVISION,
|
||||
};
|
||||
|
||||
Text text_cpld_hackrf {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue