0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

version fixes

This commit is contained in:
OneOfEleven
2023-09-09 13:01:24 +01:00
parent 6670b47340
commit 2dd6791f7a
5 changed files with 22 additions and 3 deletions

View File

@ -1,2 +1,6 @@
const char Version[] = "OEFW-230909";
#ifdef GIT_HASH
const char Version[] = "OEFW-" GIT_HASH;
#else
const char Version[] = "OEFW-230909";
#endif