mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-05 01:12:11 +02:00
fix 120 max bin
This commit is contained in:
@@ -433,6 +433,7 @@ void osdProcess()
|
||||
max_step_range = max_bin;
|
||||
// Store RSSI value for RSSI Method
|
||||
#ifdef METHOD_RSSI
|
||||
max_step_range = 120;
|
||||
if (result[max_bin] != 0)
|
||||
{
|
||||
max_step_range = result[max_bin];
|
||||
|
||||
Reference in New Issue
Block a user