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 4929d5b commit debfe4fCopy full SHA for debfe4f
src/utility/ota/FlashSHA256.cpp
@@ -81,7 +81,7 @@ String FlashSHA256::calc(uint32_t const start_addr, uint32_t const max_flash_siz
81
}
82
83
/* We've read a normal segment with the next segment not containing
84
- * any erased elements, just update the SHA256 hash calcultion.
+ * any erased elements, just update the SHA256 hash calculation.
85
*/
86
sha256.update(chunk, FLASH_READ_CHUNK_SIZE);
87
bytes_read += FLASH_READ_CHUNK_SIZE;
0 commit comments