Adding in lower sleep times

#46
Adding in smaller times for sleep
This commit is contained in:
Ben V. Brown
2017-08-09 10:28:51 +10:00
parent 9969c66520
commit c3d672c0dd
4 changed files with 27 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ uint8_t lookupVoltageLevel(uint8_t level) {
void resetSettings() {
systemSettings.SleepTemp = 1500;//Temperature the iron sleeps at - default 150.0 C
systemSettings.SleepTime = 1;//How many minutes we wait until going to sleep - default 1 min
systemSettings.SleepTime = 6;//How many seconds/minutes we wait until going to sleep - default 1 min
systemSettings.SolderingTemp = 3200; //Default soldering temp is 320.0 C
systemSettings.cutoutSetting = 0; //default to no cut-off voltage
systemSettings.version = SETTINGSVERSION;//Store the version number to allow for easier upgrades