mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-22 01:32:43 +00: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)
|
||||
void UI_DisplayRSSIBar(const int16_t rssi, const bool now)
|
||||
{
|
||||
const int16_t s0_dBm = -127; // S0 .. base level
|
||||
// const int16_t s0_dBm = -147; // S0 .. base level
|
||||
// const int16_t s0_dBm = -127; // 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 bar_max_dBm = s9_dBm + 30; // S9+30dB
|
||||
|
Loading…
Reference in New Issue
Block a user