aboutsummaryrefslogtreecommitdiffhomepage
path: root/workspace/TS100/src/Settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'workspace/TS100/src/Settings.cpp')
-rw-r--r--workspace/TS100/src/Settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/TS100/src/Settings.cpp b/workspace/TS100/src/Settings.cpp
index 40c2912e..22389404 100644
--- a/workspace/TS100/src/Settings.cpp
+++ b/workspace/TS100/src/Settings.cpp
@@ -71,7 +71,7 @@ uint8_t lookupVoltageLevel(uint8_t level) {
return (level * 33) + (33 * 2);
}
void resetSettings() {
-
+ memset((void*)&systemSettings,0,sizeof(systemSettingsType));
systemSettings.SleepTemp = 150; //Temperature the iron sleeps at - default 150.0 C
systemSettings.SleepTime = 6; //How many seconds/minutes we wait until going to sleep - default 1 min
systemSettings.SolderingTemp = 320; //Default soldering temp is 320.0 C