Skip to content

Commit 24ad070

Browse files
committed
took out a delay
1 parent 00ab824 commit 24ad070

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pio_workspace/src/display_main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ void updateStatusDisplay(String newStatus) {
304304
if (newStatus != status_old) {
305305
tft.fillRoundRect(0, 164, 320, 30, 8, MAIN_RECT_COLOR);
306306

307-
delay(2000);
308-
309307
tft.setTextColor(BLACK);
310308
tft.setTextSize(2);
311309

0 commit comments

Comments
 (0)