We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbe1d6 commit 3dd0a0fCopy full SHA for 3dd0a0f
src/platform/ESP32/OTAImageProcessorImpl.cpp
@@ -297,6 +297,7 @@ void OTAImageProcessorImpl::HandlePrepareDownload(intptr_t context)
297
if (imageProcessor->mOTAUpdatePartition == NULL)
298
{
299
ChipLogError(SoftwareUpdate, "OTA partition not found");
300
+ imageProcessor->mDownloader->OnPreparedForDownload(CHIP_ERROR_INTERNAL);
301
return;
302
}
303
#ifdef CONFIG_ENABLE_DELTA_OTA
0 commit comments