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) {
|
int main(void) {
|
||||||
setup();/*Setup the system*/
|
setup();/*Setup the system*/
|
||||||
|
for(uint8_t i=0;i<100;i++)
|
||||||
|
readIronTemp(0, 1, 0xFFFF);
|
||||||
if (systemSettings.autoStart == 1)
|
if (systemSettings.autoStart == 1)
|
||||||
operatingMode = SOLDERING;
|
operatingMode = SOLDERING;
|
||||||
else if (systemSettings.autoStart == 2)
|
else if (systemSettings.autoStart == 2)
|
||||||
|
|||||||
@@ -742,7 +742,6 @@ void DrawUI() {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
drawTemp(temp, 5, systemSettings.temperatureRounding);
|
drawTemp(temp, 5, systemSettings.temperatureRounding);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user