0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

Fix dual-watch so that TX only uses the main channel (black triangle)

This commit is contained in:
OneOfEleven
2023-10-01 09:14:19 +01:00
parent b7241f77ef
commit 7df7461d31
4 changed files with 3 additions and 2 deletions

View File

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