From a1eeae37f35ee19d822c32df55108f0ab58437a4 Mon Sep 17 00:00:00 2001 From: DiSlord Live Date: Sat, 3 Dec 2022 21:49:05 +0300 Subject: [PATCH] Not need clear text --- plot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot.c b/plot.c index 97480fb..77fb688 100644 --- a/plot.c +++ b/plot.c @@ -1846,8 +1846,8 @@ draw_frequencies(void) #ifdef TINYSA4 if (get_sweep_frequency(ST_STOP) > 2000000000ULL && setting.attenuate_x2 >= 16 ) { ili9341_drawstring("REDUCED LINEARITY", p2 - 18*7, FREQUENCIES_YPOS); - } else - ili9341_drawstring(" ", p2 - 18*7, FREQUENCIES_YPOS); + }// else + // ili9341_drawstring(" ", p2 - 18*7, FREQUENCIES_YPOS); #endif }