fix:取消日志打印
This commit is contained in:
parent
bc2850c65e
commit
9ca1119974
@ -35,7 +35,6 @@ abstract class SenderProtocol extends IOData {
|
|||||||
void printLog(List<int> data) {
|
void printLog(List<int> data) {
|
||||||
AppLog.log(
|
AppLog.log(
|
||||||
"App -> 锁,指令类型:${commandType!.typeName} ${commandType!.typeValue == 0x3030 ? '子命令:${data[3]}' : ''} \n参数是:\n${toString()} \n加密之前数据是:\n$data 长度是:${data.length}");
|
"App -> 锁,指令类型:${commandType!.typeName} ${commandType!.typeValue == 0x3030 ? '子命令:${data[3]}' : ''} \n参数是:\n${toString()} \n加密之前数据是:\n$data 长度是:${data.length}");
|
||||||
AppLog.log("子命令数据是:${data.sublist(66, 79)}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 拼装数据
|
// 拼装数据
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user