0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 06:11:24 +03:00

15 lines
364 B
C
Raw Normal View History

2023-09-09 08:03:56 +01:00
2023-09-09 13:01:24 +01:00
#ifdef GIT_HASH
#define __VER__ GIT_HASH
2023-09-09 13:01:24 +01:00
#else
#define __VER__ "231012"
2023-09-09 13:01:24 +01:00
#endif
2023-09-13 09:20:09 +01:00
//#define __VER_PREFIX__ "OEFW-"
#define __VER_PREFIX__ "1o11-"
const char Version_str[] = __VER_PREFIX__ __VER__;
2023-10-12 11:13:25 +01:00
#if defined(ENABLE_UART)
const char UART_Version_str[] = "UV-K5 Firmware, Open Edition, " __VER_PREFIX__ __VER__ ", " __DATE__ " " __TIME__;
#endif