出入库功能改版

This commit is contained in:
2025-10-28 19:22:31 +08:00
parent f4e7cab2d0
commit b22f42d92a
121 changed files with 8271 additions and 3141 deletions
@@ -32,7 +32,7 @@ object SensorScaleUtils {
SensorScale.STATE_OVER_WEIGHT -> "量程溢出"
else -> "未知"
}
// Timber.d("readWeight state = ${stateStr}, weight = $value")
//Timber.d("readWeight state = ${stateStr}, weight = $value")
// 只使用稳定值
// if (state == SensorScale.STATE_STABLE) {
callback?.invoke(value)