uv-k5-firmware-chinese-lts/version.c
2023-12-01 16:03:09 +08:00

15 lines
309 B
C

#define ONE_OF_ELEVEN_VER
#ifdef GIT_HASH
#define VER GIT_HASH
#else
#define VER "102"
#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