mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +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
|
||||
#define VER GIT_HASH
|
||||
#else
|
||||
#define VER "103"
|
||||
#define VER "104"
|
||||
#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[] = "L"VER;
|
||||
const char Version[] = VER;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue