Added start stop toggle, included log.

This commit is contained in:
2025-08-12 14:14:03 +02:00
parent 961e6cc34a
commit ea1d13012e
5 changed files with 140 additions and 46 deletions

View File

@@ -4,6 +4,7 @@ pub mod client;
pub mod app;
pub mod communication;
pub mod plot;
pub mod signals;
pub use bioz_icd_rs as icd;
pub async fn read_line() -> String {