1
0
forked from me/IronOS

Fix warning bug

#94
This commit is contained in:
Ben V. Brown
2017-10-19 09:34:35 +11:00
parent 88b874681b
commit 3b8cd980a7
2 changed files with 17 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ void resetSettings() {
systemSettings.BoostTemp = 420; //default to 400C
systemSettings.autoStartMode = 0; //Auto start off for safety
systemSettings.coolingTempBlink = 0; //Blink the temperature on the cooling screen when its > 50C
systemSettings.CalibrationOffset = 10;
systemSettings.CalibrationOffset = 10; //This appears to be quite close for both of my tips, in both of my handles
systemSettings.temperatureInF = 0; //default to 0
saveSettings();
}