integrate battery state update into full codebase

This commit is contained in:
2025-06-20 19:05:06 +02:00
parent 506f0c36b5
commit 71973f8fe9
4 changed files with 82 additions and 54 deletions

View File

@@ -32,7 +32,7 @@ pub(crate) fn create_initial_board(
general_fault,
config,
esp,
battery: Box::new(NoBatteryMonitor{}),
battery: Box::new(NoBatteryMonitor {}),
};
Ok(Box::new(v))
}