Adjusted rssi bar to start at S4, end at S9+30
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
// ************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user