日志改为debug输出

This commit is contained in:
Guoqs
2024-11-28 09:35:05 +08:00
parent 91a2f482a0
commit 4dee8da177

View File

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