Added log and automatic reconnect.

This commit is contained in:
2025-08-12 11:59:10 +02:00
parent 0b55cdf8b8
commit 961e6cc34a
7 changed files with 193 additions and 84 deletions

View File

@@ -7,6 +7,8 @@ edition = "2024"
defmt = { version = "1.0.1" }
eframe = { version = "0.32.0"}
egui_plot = "0.33.0"
log = "0.4.27"
simple_logger = "5.0.0"
[dependencies.bioz-icd-rs]
path = "../bioz-icd-rs"