mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 19:09:57 +08:00
修正云快充OTA升级中的一些BUG,并优化代码
This commit is contained in:
@@ -115,12 +115,12 @@ public interface PileProtocolService {
|
||||
/**
|
||||
* 远程更新
|
||||
*/
|
||||
void remoteUpdate(ProtocolProto.OtaRequest request);
|
||||
void otaRequest(ProtocolProto.OtaRequest request);
|
||||
|
||||
/**
|
||||
* 远程更新应答
|
||||
*/
|
||||
void onRemoteUpdate(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
void onOtaResponse(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
|
||||
/*
|
||||
* BMS充电握手
|
||||
|
||||
Reference in New Issue
Block a user