configurator: when uv is active, cpu vmin can only be adjusted in 25mv steps

This commit is contained in:
Lightos1
2026-03-13 17:19:27 +01:00
parent bc99616e43
commit 2cd736035c

View File

@@ -371,8 +371,8 @@ void MiscGui::listUI()
"Polling Interval", "Polling Interval",
ValueRange(50, 1000, 50, "ms", 1), ValueRange(50, 1000, 50, "ms", 1),
"Polling Interval", "Polling Interval",
&thresholdsDisabled, &thresholdsDisabled,
{}, {},
{}, {},
false false
); );
@@ -859,7 +859,7 @@ protected:
addConfigButton( addConfigButton(
KipConfigValue_eristaCpuVmin, KipConfigValue_eristaCpuVmin,
"CPU VMIN", "CPU VMIN",
ValueRange(700, 900, 5, "mV", 1), ValueRange(700, 900, 25, "mV", 1),
"CPU VMIN", "CPU VMIN",
&thresholdsDisabled, &thresholdsDisabled,
{}, {},