Fix old fields used in specials

This commit is contained in:
NGnius (Graham) 2024-02-03 09:46:21 -05:00
parent 9dedebb234
commit c8b8cd1571
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ fn special_settings() -> Vec<community_settings_core::v1::Metadata> {
tdp: None,
tdp_boost: None,
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 {
charge_rate: Some(42),

View file

@ -35,7 +35,7 @@ fn special_settings() -> community_settings_core::v1::Metadata {
tdp: None,
tdp_boost: None,
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 {
charge_rate: Some(42),