Skip to content

Commit 9ef3c3e

Browse files
Jerry-ESPwqx6
andauthored
Update src/platform/ESP32/OTAImageProcessorImpl.cpp
Co-authored-by: Wang Qixiang <43193572+wqx6@users.noreply.github.com>
1 parent c6a1c74 commit 9ef3c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/ESP32/OTAImageProcessorImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ esp_err_t OTAImageProcessorImpl::ProcessRcpImage(const uint8_t * buffer, uint32_
285285
{
286286
esp_err_t err = ESP_OK;
287287

288-
if (!this->mRcpFirmwareDownloaded)
288+
if (!mRcpFirmwareDownloaded)
289289
{
290290
size_t rcpOtaReceivedLen = 0;
291291
err = esp_rcp_ota_receive(this->mRcpOtaHandle, buffer, bufLen, &rcpOtaReceivedLen);

0 commit comments

Comments
 (0)