This commit is contained in:
Egor
2025-01-07 13:05:54 -08:00
parent e1b0a5baeb
commit 51cd2ea9c9

View File

@@ -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)