mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-21 17:57:59 +00:00
12 lines
228 B
C
12 lines
228 B
C
|
|
#ifdef VERSION_STRING
|
|
#define VER " "VERSION_STRING
|
|
#else
|
|
#define VER ""
|
|
#endif
|
|
|
|
|
|
const char Version[] = AUTHOR_STRING VER;
|
|
const char UART_Version[] = "UV-K5 Firmware, Open Edition, " AUTHOR_STRING VER "\r\n";
|
|
|