Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b8976f

Browse files
zinkettlucasssvaz
andauthoredOct 24, 2024··
Update libraries/Update/src/Update.h
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 6566f3d commit 1b8976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/Update/src/Update.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class UpdateClass {
137137

138138
/*
139139
sets the expected MD5 for the firmware (hexString)
140-
calc_post_decryption if true che update library calc MD5 after decryption, if false the calc is before decryption
140+
If calc_post_decryption is true, the update library will calculate the MD5 after the decryption, if false the calculation occurs before the decryption
141141
*/
142142
bool setMD5(const char *expected_md5, bool calc_post_decryption);
143143

0 commit comments

Comments
 (0)
Please sign in to comment.