mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-28 13:16:01 +00:00
MDC COMPLETED
This commit is contained in:
parent
c8bc8fbc93
commit
3d2c24a89a
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
||||||
#ifdef GIT_HASH
|
#ifdef GIT_HASH
|
||||||
#define VER GIT_HASH
|
#define VER GIT_HASH
|
||||||
#else
|
#else
|
||||||
#define VER "103"
|
#define VER "104"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ONE_OF_ELEVEN_VER
|
#ifndef ONE_OF_ELEVEN_VER
|
||||||
const char Version[] = "OEFW-"VER;
|
const char Version[] = "OEFW-"VER;
|
||||||
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|
||||||
#else
|
#else
|
||||||
const char Version[] = "L"VER;
|
const char Version[] = VER;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue