aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2019-01-01 18:01:55 +1100
committerBen V. Brown <[email protected]>2019-01-01 18:01:55 +1100
commit9514d3a1db21da635ffd406ad5ee7e61a6870000 (patch)
tree6af7f644bb48944ca5ee1e0f1933d6b54a596404
parentf01ee786ab2daedea08309098983f7e89690509e (diff)
downloadIronOS-2.06-RC2.tar.gz
IronOS-2.06-RC2.zip
RC2 buildv2.06-RC2
Hopefully helps with #422 Wraps up this round of work *i hope*
-rw-r--r--workspace/TS100/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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