mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Fixed wring default value for max_socclk_frequency_range.
This commit is contained in:
parent
8f5dbb8950
commit
f033cb4c98
@ -149,7 +149,7 @@
|
||||
<h3><label><input class="uk-checkbox uk-margin-small-right" type="checkbox" id="apply_max_socclk_frequency">Maximum SOC Clock Frequency (Mhz)</label></h3>
|
||||
<div class="uk-grid-small" uk-grid>
|
||||
<div class="uk-width-1-6">
|
||||
<input class="uk-input" type="number" min="1000" max="3700" value="37000" step="100" id="max_socclk_frequency" repeat="max_socclk_frequency_range">
|
||||
<input class="uk-input" type="number" min="1000" max="3700" value="3700" step="100" id="max_socclk_frequency" repeat="max_socclk_frequency_range">
|
||||
</div>
|
||||
<div class="uk-width-expand">
|
||||
<input class="uk-range" type="range" min="1000" max="3700" value="3700" step="100" repeat="max_socclk_frequency" id="max_socclk_frequency_range">
|
||||
|
Loading…
Reference in New Issue
Block a user