We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8976f commit dbe17d2Copy full SHA for dbe17d2
libraries/Update/src/Update.h
@@ -139,7 +139,7 @@ class UpdateClass {
139
sets the expected MD5 for the firmware (hexString)
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
141
*/
142
- bool setMD5(const char *expected_md5, bool calc_post_decryption);
+ bool setMD5(const char *expected_md5, bool calc_post_decryption=true);
143
144
/*
145
returns the MD5 String of the successfully ended firmware
0 commit comments