We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136f0bf commit 6da1e21Copy full SHA for 6da1e21
src/utility/ota/FlashSHA256.cpp
@@ -73,7 +73,6 @@ String FlashSHA256::calc(uint32_t const start_addr, uint32_t const max_flash_siz
73
if (chunk[valid_bytes_in_chunk-1] != 0xFF)
74
break;
75
}
76
- DBG_VERBOSE("FlashSHA256::calc: end of firmware, %d valid bytes in last read chunk", valid_bytes_in_chunk);
77
/* Update with the remaining bytes. */
78
sha256.update(chunk, valid_bytes_in_chunk);
79
0 commit comments