Updating to do checking of seen UUIDs vs those expected in the Spec.

This commit is contained in:
Daniel Mayfield
2025-09-03 18:44:01 -04:00
parent 740168232b
commit 0c8834ccb3
3 changed files with 129 additions and 8 deletions

View File

@ -8,3 +8,4 @@ anyhow = "1.0.99"
btleplug = "0.11.8"
pretty_env_logger = "0.5.0"
tokio = { version = "1.47.1", features = ["full"] }
uuid = "1.18.1"