0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

calibrate RSSI

This commit is contained in:
OneOfEleven 2023-11-16 20:06:47 +00:00
parent 6bd3ee3972
commit f66e0af909
4 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ ENABLE_KILL_REVIVE := 0
ENABLE_AM_FIX := 1 ENABLE_AM_FIX := 1
ENABLE_AM_FIX_SHOW_DATA := 0 ENABLE_AM_FIX_SHOW_DATA := 0
# Squelch 12 B .. can't be right ? # Squelch 12 B .. can't be right ?
ENABLE_SQUELCH_MORE_SENSITIVE := 0 ENABLE_SQUELCH_MORE_SENSITIVE := 1
ENABLE_SQ_OPEN_WITH_UP_DN_BUTTS := 1 ENABLE_SQ_OPEN_WITH_UP_DN_BUTTS := 1
ENABLE_FASTER_CHANNEL_SCAN := 1 ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_COPY_CHAN_TO_VFO_TO_CHAN := 1 ENABLE_COPY_CHAN_TO_VFO_TO_CHAN := 1

Binary file not shown.

Binary file not shown.

View File

@ -47,8 +47,8 @@
//const int rssi_offset_band_123 = 0; //const int rssi_offset_band_123 = 0;
//const int rssi_offset_band_4567 = 0; //const int rssi_offset_band_4567 = 0;
const int rssi_offset_band_123 = -16; const int rssi_offset_band_123 = -44;
const int rssi_offset_band_4567 = 24; const int rssi_offset_band_4567 = -18;
center_line_t g_center_line = CENTER_LINE_NONE; center_line_t g_center_line = CENTER_LINE_NONE;