From 532c4ef37ebaa9af83ba7b0e6271d1c4a821b9b2 Mon Sep 17 00:00:00 2001 From: MCelliotG Date: Sun, 1 Sep 2024 02:56:13 +0300 Subject: [PATCH] Add files via upload --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 167879c..428926e 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -1075,7 +1075,7 @@ void loop() { tftPrint(-1, "PS:", 3, 193, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "RT:", 3, 221, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "PTY:", 3, 163, ActiveColor, ActiveColorSmooth, 16); - if (!showmodulation) tft.drawLine(20, 143, 204, 143, GreyoutColor); else tft.drawLine(20, 143, 204, 143, TFT_DARKGREY); + if (!showmodulation) tft.drawLine(20, 143, 204, 143, GreyoutColor); else tft.drawLine(20, 143, 204, 143, Darkgrey); } LowLevelInit = true; }