Add battery level to web UI

This commit is contained in:
Simon Fondrie-Teitler
2025-08-25 17:19:51 -04:00
committed by Cooper Quintin
parent f49d11f034
commit 663d0abb57
9 changed files with 273 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
mod analysis;
mod battery;
mod config;
mod diag;
mod display;