Added the ability to support different firmware report versions

This commit is contained in:
2025-03-28 22:26:52 -04:00
parent 4df9ce4d49
commit bd9f94c244
6 changed files with 598 additions and 176 deletions

View File

@@ -14,6 +14,7 @@ hidapi = "2.6.1"
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
dirs = { version = "6.0.0", features = [] }
chrono = "0.4.40"
[features]