Commit 0bf615d5 authored by tongzifang's avatar tongzifang

连接重置led显示

parent f10e2580
...@@ -30,7 +30,7 @@ android { ...@@ -30,7 +30,7 @@ android {
} }
} }
group 'com.qmai.android.zqtoolkit' group 'com.qmai.android.zqtoolkit'
version '1.0.6.10' version '1.0.6.11'
gradlePublish { gradlePublish {
......
...@@ -42,6 +42,9 @@ object ZqLEDKit : LEDBaseAction { ...@@ -42,6 +42,9 @@ object ZqLEDKit : LEDBaseAction {
} }
else -> "未知错误" else -> "未知错误"
} }
//不管连接是否成功,先重置
sendLEDWeight("0")
sendLEDTotalPrice("0")
Log.v(TAG, msg) Log.v(TAG, msg)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment