From 95bf063618e643e3ec8095b004f90d369488254d Mon Sep 17 00:00:00 2001 From: Rene Richarz Date: Tue, 5 May 2026 14:39:55 +0200 Subject: [PATCH] further tiny improvement of slow response --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index 2b4992b..9daf855 100755 --- a/src/main.c +++ b/src/main.c @@ -122,8 +122,8 @@ void check_graphics_response(long lag) now = tube_mSeconds(); - printf("Slow response %ldmsec, slowCount=%d, brightCounter=%d\n", - lag, slowCount, brightCounter); + //printf("Slow response %ldmsec, slowCount=%d, brightCounter=%d\n", + // lag, slowCount, brightCounter); if (slowCount == 0) { firstSlowTime = now; @@ -138,7 +138,7 @@ void check_graphics_response(long lag) slowCount = 1; } - if (slowCount >= 3) { + if (slowCount >= 2) { argFast = 1; fastSwitched = 1;