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

Menu play + reduce AM AGC hysteresis very slightly.

This commit is contained in:
OneOfEleven
2023-10-01 15:07:34 +01:00
parent fc1bc8791c
commit c3c344daec
4 changed files with 7 additions and 5 deletions

View File

@ -438,7 +438,7 @@ const uint8_t orig_pga = 6; // -3dB
}
}
if (diff_dB >= -4) // 4dB hysterisis (help reduce gain hunting)
if (diff_dB >= -3) // 3dB hysterisis (help reduce gain hunting)
hold_counter[vfo] = 30; // 300ms hold
if (hold_counter[vfo] == 0)