Fixed the blinking speed of cool down blink

This commit is contained in:
Dag0d
2021-01-04 23:05:27 +01:00
parent 0b62354466
commit 1b71d48a9e

View File

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