mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-27 17:07:44 +00:00
config: set default turbo auto settings
This commit is contained in:
parent
65e380635f
commit
aec7c6b9d4
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ impl Default for ProfileConfigToml {
|
|||
min_freq_mhz: None,
|
||||
max_freq_mhz: None,
|
||||
platform_profile: None,
|
||||
turbo_auto_settings: None,
|
||||
turbo_auto_settings: Some(TurboAutoSettings::default()),
|
||||
enable_auto_turbo: default_enable_auto_turbo(),
|
||||
battery_charge_thresholds: None,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue