1
0
forked from me/IronOS

Merge pull request #769 from Dag0d/master

Fixed the blinking speed of cool down blink
This commit is contained in:
Ben V. Brown
2021-01-05 09:16:29 +11:00
committed by GitHub

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