mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix missed limit settings
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
bool sanitiseSettings();
|
||||
|
||||
#ifdef POW_QC_20V
|
||||
#define QC_VOLTAGE_MAX 222
|
||||
#define QC_VOLTAGE_MAX 220
|
||||
#else
|
||||
#define QC_VOLTAGE_MAX 142
|
||||
#define QC_VOLTAGE_MAX 140
|
||||
#endif
|
||||
|
||||
/*
|
||||
@@ -52,7 +52,7 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
|
||||
{MIN_TEMP_C, MAX_TEMP_F, 5, 320}, // SolderingTemp
|
||||
{MIN_TEMP_C, MAX_TEMP_F, 5, 150}, // SleepTemp
|
||||
{0, 15, 1, SLEEP_TIME}, // SleepTime
|
||||
{0, 5, 1, CUT_OUT_SETTING}, // MinDCVoltageCells
|
||||
{0, 4, 1, CUT_OUT_SETTING}, // MinDCVoltageCells
|
||||
{24, 38, 1, RECOM_VOL_CELL}, // MinVoltageCells
|
||||
{90, QC_VOLTAGE_MAX, 2, 90}, // QCIdealVoltage
|
||||
{0, 2, 1, ORIENTATION_MODE}, // OrientationMode
|
||||
|
||||
Reference in New Issue
Block a user