implemented multiple fans
This commit is contained in:
@@ -33,7 +33,7 @@ pub struct TelemetryState {
|
||||
pub cpu_temp: f32,
|
||||
pub power_w: f32,
|
||||
pub current_freq: f32,
|
||||
pub fan_rpm: u32,
|
||||
pub fans: Vec<u32>,
|
||||
|
||||
// --- High-res History (Last 60s @ 500ms = 120 points) ---
|
||||
pub history_watts: Vec<f32>,
|
||||
|
||||
Reference in New Issue
Block a user