kamilsss655/version.c
2023-11-27 00:50:08 +01:00

12 lines
228 B
C

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