Added timestamp.

This commit is contained in:
2025-12-10 15:59:43 +01:00
parent 5be36a5df8
commit 82c49b148e

View File

@@ -42,6 +42,7 @@ topics! {
#[derive(Serialize, Deserialize, Schema, Debug, PartialEq)]
pub struct AllData {
pub timestamp_us: u64,
pub pressure: f32,
pub pressure_filtered: f32,
pub setpoint_rp: f32,