From 9ca11199745cf37ee5fb6e8960577543b254b9bd Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 6 Feb 2025 10:03:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8F=96=E6=B6=88=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/blue/io_sender.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/blue/io_sender.dart b/lib/blue/io_sender.dart index 67a67e7b..d67212e5 100755 --- a/lib/blue/io_sender.dart +++ b/lib/blue/io_sender.dart @@ -35,7 +35,6 @@ abstract class SenderProtocol extends IOData { void printLog(List data) { AppLog.log( "App -> 锁,指令类型:${commandType!.typeName} ${commandType!.typeValue == 0x3030 ? '子命令:${data[3]}' : ''} \n参数是:\n${toString()} \n加密之前数据是:\n$data 长度是:${data.length}"); - AppLog.log("子命令数据是:${data.sublist(66, 79)}"); } // 拼装数据