For temperature mode force reading

This commit is contained in:
Ben V. Brown
2017-01-23 19:39:56 +11:00
parent b2db129ab8
commit 1f7cdf9694

View File

@@ -323,6 +323,7 @@ void DrawUI() {
OLED_DrawString("LOW VOLT", 8);
break;
case THERMOMETER:
temp = readIronTemp(0, 1);//Force a reading as heater is off
OLED_DrawString("TEMP ", 5);//extra one to it clears the leftover 'L' from IDLE
drawTemp(temp, 5);
break;