增加充电BMS握手转发逻辑

This commit is contained in:
三丙
2025-08-07 23:03:18 +08:00
parent 74ef755dac
commit 3d441d75a3
10 changed files with 115 additions and 27 deletions

View File

@@ -134,7 +134,7 @@ public class JCPPLengthFieldBasedFrameDecoder extends ByteToMessageDecoder {
// frameLengthInt exist , just check buf
if (in.readableBytes() < frameLengthInt) {
log.debug("{} 可读长度小于帧长,因此跳过 {}", ctx.channel(), frameLengthInt);
log.debug("{} 可读长度小于帧长 {},因此跳过", ctx.channel(), frameLengthInt);
return BREAK;
}