Merge pull request #120 from Genaker/rtl-sdr

Rtl sdr
This commit is contained in:
Yegor Shytikov
2025-01-09 12:26:44 -08:00
committed by GitHub

View File

@@ -433,6 +433,8 @@ void osdProcess()
max_step_range = max_bin;
// Store RSSI value for RSSI Method
#ifdef METHOD_RSSI
// set to the min RSSI value
max_step_range = 120;
if (result[max_bin] != 0)
{
max_step_range = result[max_bin];