MDC COMPLETED

This commit is contained in:
wu58430 2023-12-04 23:24:36 +08:00
parent c8bc8fbc93
commit 3d2c24a89a

View file

@ -4,12 +4,12 @@
#ifdef GIT_HASH
#define VER GIT_HASH
#else
#define VER "103"
#define VER "104"
#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[] = "L"VER;
const char Version[] = VER;
#endif