1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-05-06 07:52:45 +00:00

further tiny improvement of slow response

This commit is contained in:
Rene Richarz
2026-05-05 14:39:55 +02:00
parent 9759e39c62
commit 95bf063618

View File

@@ -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;