1
0
forked from me/IronOS

Fix jumping into cooldown accidentally

Final commit for 1.17
This commit is contained in:
Ben V. Brown
2017-08-26 16:54:09 +10:00
parent 0ae32506e9
commit 6cc2dfe238
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ void setup();
int main(void) {
setup();/*Setup the system*/
for(uint8_t i=0;i<100;i++)
readIronTemp(0, 1, 0xFFFF);
if (systemSettings.autoStart == 1)
operatingMode = SOLDERING;
else if (systemSettings.autoStart == 2)

View File

@@ -742,7 +742,6 @@ void DrawUI() {
} else {
drawTemp(temp, 5, systemSettings.temperatureRounding);
}
break;