This commit is contained in:
2023-12-07 16:19:47 +08:00
parent 829e9f02f7
commit e9fa001da9
29 changed files with 47 additions and 39 deletions

View File

@@ -39,7 +39,7 @@ public class RemoteUpdateResponseHandler extends AbstractHandler{
String pileSn = BytesUtil.bcd2Str(pileSnByteArr);
// 保存时间
saveLastTime(pileSn, channel);
saveLastTimeAndCheckChannel(pileSn, channel);
// 升级状态 0x00-成功 0x01-编号错误 0x02-程序与桩型号不符 0x03-下载更新文件超时
startIndex += length;