mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
打印心跳日志
This commit is contained in:
@@ -55,7 +55,7 @@ public class YKCUtils {
|
||||
|
||||
// 如果是0x03帧,则不进行crc校验
|
||||
if (0x03 == frameType[0]) {
|
||||
log.info("0x03帧,则不进行crc校验");
|
||||
log.debug("0x03帧,则不进行crc校验");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user