mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-22 09:44:12 +00:00
10 lines
199 B
C
10 lines
199 B
C
|
|
#ifdef GIT_HASH
|
|
#define VER GIT_HASH
|
|
#else
|
|
#define VER "230918"
|
|
#endif
|
|
|
|
const char Version[] = "OEFW-"VER;
|
|
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|