This commit is contained in:
2026-03-16 17:19:37 +00:00
parent 91bc07aae2
commit 510662a6fb
2 changed files with 36 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ pub struct Data {
#[derive(Serialize, Deserialize, Archive)]
pub struct DataChunk {
pub timestamp: i32,
pub timestamp: u64,
pub battery: BatteryMutable,
}