Merge pull request #1106 from Ralim/ralim/1105

Fix #1105
This commit is contained in:
Ben V. Brown
2021-10-17 11:29:10 +11:00
committed by GitHub

View File

@@ -48,8 +48,8 @@ typedef struct {
static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOptionsLength] = {
//{min,max,increment,default}
{10, 580, 5, 320}, // SolderingTemp
{10, 580, 5, 150}, // SleepTemp
{10, MAX_TEMP_F, 5, 320}, // SolderingTemp
{10, MAX_TEMP_F, 5, 150}, // SleepTemp
{0, 16, 1, SLEEP_TIME}, // SleepTime
{0, 5, 1, CUT_OUT_SETTING}, // MinDCVoltageCells
{24, 38, 1, RECOM_VOL_CELL}, // MinVoltageCells