Adjusted rssi bar to start at S4, end at S9+30

This commit is contained in:
OneOfEleven 2023-10-01 00:10:45 +01:00
parent 618a184bf1
commit ae6cf797cb
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -124,7 +124,7 @@ bool center_line_is_free = true;
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_min_dBm = s0_dBm; // S0
const int16_t bar_min_dBm = s0_dBm + (6 * 4); // S4
// ************