1
0
forked from me/IronOS

RC2 build

Hopefully helps with #422
Wraps up this round of work  *i hope*
This commit is contained in:
Ben V. Brown
2019-01-01 18:01:55 +11:00
parent f01ee786ab
commit 9514d3a1db

View File

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