Skip to content

Commit 63267ee

Browse files
committed
Add missing variable initialization in Context
1 parent 5ed0df5 commit 63267ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Arduino_ESP32_OTA.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ Arduino_ESP32_OTA::Context::Context(
369369
, calculatedCrc32(0xFFFFFFFF)
370370
, headerCopiedBytes(0)
371371
, downloadedSize(0)
372+
, writtenBytes(0)
372373
, error(Error::None)
373374
, decoder(putc) {
374375
strcpy(this->url, url);

0 commit comments

Comments
 (0)