Files
brnQuanFW/version.c
2024-11-13 04:57:08 +01:00

16 lines
379 B
C

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