mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 23:01:26 +03:00
S0 meter now -147dBm
This commit is contained in:
parent
b0f6be2c7c
commit
618a184bf1
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -119,8 +119,8 @@ bool center_line_is_free = true;
|
|||||||
#if defined(ENABLE_RSSI_BAR)
|
#if defined(ENABLE_RSSI_BAR)
|
||||||
void UI_DisplayRSSIBar(const int16_t rssi, const bool now)
|
void UI_DisplayRSSIBar(const int16_t rssi, const bool now)
|
||||||
{
|
{
|
||||||
const int16_t s0_dBm = -127; // S0 .. base level
|
// const int16_t s0_dBm = -127; // S0 .. base level
|
||||||
// const int16_t s0_dBm = -147; // S0 .. base level
|
const int16_t s0_dBm = -147; // S0 .. base level
|
||||||
|
|
||||||
const int16_t s9_dBm = s0_dBm + (6 * 9); // S9 .. 6dB/S-Point
|
const int16_t s9_dBm = s0_dBm + (6 * 9); // S9 .. 6dB/S-Point
|
||||||
const int16_t bar_max_dBm = s9_dBm + 30; // S9+30dB
|
const int16_t bar_max_dBm = s9_dBm + 30; // S9+30dB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user