From 1b71d48a9e1c62777a753c3b2ff2123c809592ed Mon Sep 17 00:00:00 2001 From: Dag0d Date: Mon, 4 Jan 2021 23:05:27 +0100 Subject: [PATCH] Fixed the blinking speed of cool down blink --- workspace/TS100/Core/Threads/GUIThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/TS100/Core/Threads/GUIThread.cpp b/workspace/TS100/Core/Threads/GUIThread.cpp index 373e73a1..ac662aa4 100755 --- a/workspace/TS100/Core/Threads/GUIThread.cpp +++ b/workspace/TS100/Core/Threads/GUIThread.cpp @@ -937,7 +937,7 @@ void startGUITask(void const *argument __unused) { //If we have a tip connected draw the temp, if not we leave it blank if (!tipDisconnectedDisplay) { // draw in the temp - if (!(systemSettings.coolingTempBlink && (xTaskGetTickCount() % 250 < 160))) + if (!(systemSettings.coolingTempBlink && (xTaskGetTickCount() % 26 < 16))) gui_drawTipTemp(false); // draw in the temp } else { //Draw in missing tip symbol