feat: integrate basin force estimator (pre-force) for 7x12 sensor

This commit is contained in:
lenn
2026-05-11 17:04:47 +08:00
parent 83832139a8
commit 0833694e1b
29 changed files with 33875 additions and 7 deletions

View File

@@ -49,10 +49,11 @@ crc = "3.4.0"
axum = { version = "0.8", features = ["ws"] }
tower-http = { version = "0.6", features = ["cors"] }
futures-util = "0.3"
uuid = { version = "1", features = ["v4", "serde"] }
uuid = { version = "1.23", features = ["v4", "serde"] }
rand = "0.8"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
ndarray = { version = "0.15", optional = true }
eskin-finger-sdk = { version = "0.1.0", registry = "kellnr" }
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-updater = "2"