mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix #1105
This commit is contained in:
@@ -48,8 +48,8 @@ typedef struct {
|
|||||||
|
|
||||||
static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOptionsLength] = {
|
static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOptionsLength] = {
|
||||||
//{min,max,increment,default}
|
//{min,max,increment,default}
|
||||||
{10, 580, 5, 320}, // SolderingTemp
|
{10, MAX_TEMP_F, 5, 320}, // SolderingTemp
|
||||||
{10, 580, 5, 150}, // SleepTemp
|
{10, MAX_TEMP_F, 5, 150}, // SleepTemp
|
||||||
{0, 16, 1, SLEEP_TIME}, // SleepTime
|
{0, 16, 1, SLEEP_TIME}, // SleepTime
|
||||||
{0, 5, 1, CUT_OUT_SETTING}, // MinDCVoltageCells
|
{0, 5, 1, CUT_OUT_SETTING}, // MinDCVoltageCells
|
||||||
{24, 38, 1, RECOM_VOL_CELL}, // MinVoltageCells
|
{24, 38, 1, RECOM_VOL_CELL}, // MinVoltageCells
|
||||||
|
|||||||
Reference in New Issue
Block a user