S0 meter now -147dBm

This commit is contained in:
OneOfEleven 2023-10-01 00:04:51 +01:00
parent b0f6be2c7c
commit 618a184bf1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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