平台侧发送和准备工作实现完成
This commit is contained in:
@@ -210,11 +210,6 @@ func (o *otaServiceImpl) StartUpgrade(ctx context.Context, areaControllerID uint
|
||||
return task.ID, nil
|
||||
}
|
||||
|
||||
func (o *otaServiceImpl) GetUpgradeProgress(ctx context.Context, taskID uint32) (executed, total uint32, CurrentStage models.OTATaskStatus, err error) {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
}
|
||||
|
||||
func (o *otaServiceImpl) StopUpgrade(ctx context.Context, taskID uint32) error {
|
||||
serviceCtx, logger := logs.Trace(ctx, o.ctx, "StopUpgrade")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user