mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
PTT release denoise update
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
|
||||
#ifdef GIT_HASH
|
||||
const char Version[] = "OEFW-" GIT_HASH;
|
||||
const char UART_Version[45] = "UV-K5 Firmware, Open Edition, OEFW-"GIT_HASH"\r\n";
|
||||
#define VER GIT_HASH
|
||||
#else
|
||||
const char Version[] = "OEFW-230913";
|
||||
const char UART_Version[45] = "UV-K5 Firmware, Open Edition, OEFW-230913\r\n";
|
||||
#define VER "230913"
|
||||
#endif
|
||||
|
||||
const char Version[] = "OEFW-"VER;
|
||||
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|
||||
|
Reference in New Issue
Block a user