mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
fix osd
This commit is contained in:
@@ -344,10 +344,6 @@ void osdPrintSignalLevelChart(int col, int signal_value)
|
||||
{
|
||||
if (i < (drone_detection_level - signal_value) / dbPerChar)
|
||||
{
|
||||
if (i == 0)
|
||||
{
|
||||
osd.displayString(OSD_CHART_START_ROW - i, col, ":");
|
||||
}
|
||||
osd.displayString(OSD_CHART_START_ROW - i, col, OSD_BAR_CHAR);
|
||||
// osd.displayString(5, col, "s:" + String(signal_value));
|
||||
// osd.displayString(
|
||||
|
||||
Reference in New Issue
Block a user