Fix old fields used in specials
This commit is contained in:
parent
9dedebb234
commit
c8b8cd1571
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ fn special_settings() -> Vec<community_settings_core::v1::Metadata> {
|
||||||
tdp: None,
|
tdp: None,
|
||||||
tdp_boost: None,
|
tdp_boost: None,
|
||||||
clock_limits: Some(community_settings_core::v1::MinMax { max: Some(1), min: Some(0) }),
|
clock_limits: Some(community_settings_core::v1::MinMax { max: Some(1), min: Some(0) }),
|
||||||
slow_memory: false,
|
memory_clock: Some(404),
|
||||||
},
|
},
|
||||||
battery: community_settings_core::v1::Battery {
|
battery: community_settings_core::v1::Battery {
|
||||||
charge_rate: Some(42),
|
charge_rate: Some(42),
|
||||||
|
|
|
@ -35,7 +35,7 @@ fn special_settings() -> community_settings_core::v1::Metadata {
|
||||||
tdp: None,
|
tdp: None,
|
||||||
tdp_boost: None,
|
tdp_boost: None,
|
||||||
clock_limits: Some(community_settings_core::v1::MinMax { max: Some(1), min: Some(0) }),
|
clock_limits: Some(community_settings_core::v1::MinMax { max: Some(1), min: Some(0) }),
|
||||||
slow_memory: false,
|
memory_clock: Some(404),
|
||||||
},
|
},
|
||||||
battery: community_settings_core::v1::Battery {
|
battery: community_settings_core::v1::Battery {
|
||||||
charge_rate: Some(42),
|
charge_rate: Some(42),
|
||||||
|
|
Loading…
Reference in a new issue