出入库功能改版
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user