打印心跳日志

This commit is contained in:
Guoqs
2024-11-28 09:07:14 +08:00
parent 0e890d9946
commit 8d0881bbe5
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ public class YKCUtils {
// 如果是0x03帧则不进行crc校验
if (0x03 == frameType[0]) {
log.info("0x03帧则不进行crc校验");
log.debug("0x03帧则不进行crc校验");
return true;
}