From 9514d3a1db21da635ffd406ad5ee7e61a6870000 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Tue, 1 Jan 2019 18:01:55 +1100 Subject: [PATCH] RC2 build Hopefully helps with #422 Wraps up this round of work *i hope* --- workspace/TS100/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/TS100/src/main.cpp b/workspace/TS100/src/main.cpp index 4637f6e1..7c84ebd2 100644 --- a/workspace/TS100/src/main.cpp +++ b/workspace/TS100/src/main.cpp @@ -105,7 +105,7 @@ void GUIDelay() { // This limits the re-draw rate to the LCD and also lets the DMA run // As the gui task can very easily fill this bus with transactions, which will // prevent the movement detection from running - osDelay(75); + osDelay(50); } void gui_drawTipTemp(bool symbol) { // Draw tip temp handling unit conversion & tolerance near setpoint