0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 06:11:24 +03:00
2023-09-15 22:48:06 +01:00

10 lines
199 B
C

#ifdef GIT_HASH
#define VER GIT_HASH
#else
#define VER "230916"
#endif
const char Version[] = "OEFW-"VER;
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";