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

Added RSSI dBM, S meter and bar graph meter compile option

This commit is contained in:
OneOfEleven
2023-09-29 08:43:05 +01:00
parent 895d83e9bc
commit 9f9b4ddc85
14 changed files with 193 additions and 225 deletions

View File

@ -2,7 +2,7 @@
#ifdef GIT_HASH
#define VER GIT_HASH
#else
#define VER "230925"
#define VER "230930"
#endif
const char Version[] = "OEFW-"VER;