Skip to content

Commit

Permalink
Merge pull request #1870 from Ralim/discip-patch-1
Browse files Browse the repository at this point in the history
Update Settings.cpp
  • Loading branch information
discip authored Jan 14, 2024
2 parents 0bd7e03 + fb16575 commit 2b31d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Src/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ typedef struct {
} SettingConstants;

static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOptionsLength] = {
//{min,max,increment,default}
//{ min, max, increment, default}
{ MIN_TEMP_C, MAX_TEMP_F, 5, 320}, // SolderingTemp
{ MIN_TEMP_C, MAX_TEMP_F, 5, 150}, // SleepTemp
{ 0, 15, 1, SLEEP_TIME}, // SleepTime
Expand Down

0 comments on commit 2b31d4e

Please sign in to comment.