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

9 lines
289 B
C
Raw Normal View History

2023-09-09 08:03:56 +01:00
2023-09-09 13:01:24 +01:00
#ifdef GIT_HASH
2023-09-13 02:01:35 +01:00
const char Version[] = "OEFW-" GIT_HASH;
const char UART_Version[45] = "UV-K5 Firmware, Open Edition, OEFW-"GIT_HASH"\r\n";
2023-09-09 13:01:24 +01:00
#else
2023-09-13 02:01:35 +01:00
const char Version[] = "OEFW-230913";
const char UART_Version[45] = "UV-K5 Firmware, Open Edition, OEFW-230913\r\n";
2023-09-09 13:01:24 +01:00
#endif