mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
15 lines
324 B
C
15 lines
324 B
C
|
|
#define ONE_OF_ELEVEN_VER
|
|
|
|
#ifdef GIT_HASH
|
|
#define VER GIT_HASH
|
|
#else
|
|
#define VER "108"
|
|
#endif
|
|
|
|
#ifndef ONE_OF_ELEVEN_VER
|
|
const char Version[] = "OEFW-"VER;
|
|
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|
|
#else
|
|
const char Version[] = "LOSEHU"VER;
|
|
#endif
|