We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375625a commit bdf377bCopy full SHA for bdf377b
framework_lib/src/power.rs
@@ -246,6 +246,14 @@ pub fn print_thermal(ec: &CrosEc) {
246
println!(" dGPU temp: {:>4}", TempSensor::from(temps[7]));
247
}
248
249
+
250
+ Some(Platform::FrameworkDesktopAmdAiMax300) => {
251
+ println!(" F75303_APU: {:>4}", TempSensor::from(temps[0]));
252
+ println!(" F75303_DDR: {:>4}", TempSensor::from(temps[1]));
253
+ println!(" F75303_AMB: {:>4}", TempSensor::from(temps[2]));
254
+ println!(" APU: {:>4}", TempSensor::from(temps[3]));
255
+ }
256
257
_ => {
258
println!(" Temp 0: {:>4}", TempSensor::from(temps[0]));
259
println!(" Temp 1: {:>4}", TempSensor::from(temps[1]));
0 commit comments