transceiver

This commit is contained in:
2025-10-05 19:35:08 +02:00
parent 96689cc3a6
commit 391c5e5c7c
10 changed files with 273 additions and 647 deletions

View File

@ -10,4 +10,4 @@ egui_plot = "0.33.0"
hound = "3.5.1"
plotters = "0.3.7"
rand = "0.9.2"
tokio = "1.47.1"
tokio = { version = "1.47.1", features = ["macros", "sync", "time"] }