mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix jumping into cooldown accidentally
Final commit for 1.17
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -742,7 +742,6 @@ void DrawUI() {
|
||||
|
||||
} else {
|
||||
drawTemp(temp, 5, systemSettings.temperatureRounding);
|
||||
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user