mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 06:41:25 +03:00
Adjusted rssi bar to start at S4, end at S9+30
This commit is contained in:
parent
618a184bf1
commit
ae6cf797cb
BIN
firmware.bin
BIN
firmware.bin
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 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
|
||||||
const int16_t bar_min_dBm = s0_dBm; // S0
|
const int16_t bar_min_dBm = s0_dBm + (6 * 4); // S4
|
||||||
|
|
||||||
// ************
|
// ************
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user