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 6566f3d commit 1b8976fCopy full SHA for 1b8976f
libraries/Update/src/Update.h
@@ -137,7 +137,7 @@ class UpdateClass {
137
138
/*
139
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
+ If calc_post_decryption is true, the update library will calculate the MD5 after the decryption, if false the calculation occurs before the decryption
141
*/
142
bool setMD5(const char *expected_md5, bool calc_post_decryption);
143
0 commit comments