From 51cd2ea9c970cb2b619a463b23aaf7281ddad6ed Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 7 Jan 2025 13:05:54 -0800 Subject: [PATCH] upload --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 09d553f..5845bdc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -540,6 +540,9 @@ void osdProcess() Serial.println("MAX:" + String(max_step_range)); #endif max_step_range = 32; +#ifdef METHOD_RSSI + max_step_range = 120; +#endif col++; } if (osdCyclesCount >= OSD_MAX_CLEAR_CYCLES)