Added logger to GUI.

This commit is contained in:
2025-10-15 18:11:10 +02:00
parent cb7bc2f025
commit 7229d4cd33
10 changed files with 269 additions and 94 deletions

View File

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