Updates
All checks were successful
Build Project / test (push) Successful in 5m58s

This commit is contained in:
2025-01-19 15:43:04 +01:00
parent e19a11d5f3
commit e5339f7c6c
5 changed files with 47 additions and 26 deletions

View File

@@ -1,3 +1,5 @@
use std::path::PathBuf;
use chrono::NaiveDateTime;
use serde::{ser::SerializeStruct, Deserialize, Serialize};
use sqlx::types::mac_address::MacAddress;
@@ -89,4 +91,4 @@ pub enum BoardType {
pub enum BoardConfig {
INA226,
INA233
}
}