mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
V1.11 - Adding a Boost mode
Allows users to enable a boost mode. This allows you to hold down the button near the tip while soldering to temporarily boost the soldering temperature. Closes #10
This commit is contained in:
@@ -55,6 +55,7 @@ void resetSettings() {
|
||||
systemSettings.ShutdownTime=30; //How many minutes until the unit turns itself off
|
||||
systemSettings.displayUpdateSpeed=1; //How fast the LCD updates
|
||||
systemSettings.temperatureRounding=0; //How the temperature is rounded off
|
||||
systemSettings.boostModeEnabled=0;
|
||||
systemSettings.boostModeEnabled=0; //Default to safe, with no boost mode
|
||||
systemSettings.BoostTemp=4000; //default to 400C
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user