0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

Added menu option for the RSSI S-meter bar

This commit is contained in:
OneOfEleven
2023-10-17 12:04:54 +01:00
parent d47cd80fd4
commit ef313ceb57
13 changed files with 121 additions and 81 deletions

View File

@ -1,14 +1,10 @@
#ifdef GIT_HASH
#define __VER__ GIT_HASH
#else
#define __VER__ "231012"
#endif
#define __VER__ GIT_HASH
//#define __VER_PREFIX__ "OEFW-"
#define __VER_PREFIX__ "1o11-"
const char Version_str[] = __VER_PREFIX__ __VER__;
const char Version_str[] = __VER_PREFIX__ __VER__;
#if defined(ENABLE_UART)
const char UART_Version_str[] = "UV-K5 Firmware, Open Edition, " __VER_PREFIX__ __VER__ ", " __DATE__ " " __TIME__;
#endif