We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc7ca1 commit db77c28Copy full SHA for db77c28
libraries/Update/src/Update.h
@@ -143,11 +143,13 @@ class UpdateClass {
143
sets the expected MD5 for the firmware (hexString)
144
If calc_post_decryption is true, the update library will calculate the MD5 after the decryption, if false the calculation occurs before the decryption
145
*/
146
- bool setMD5(const char *expected_md5
+ bool setMD5(
147
+ const char *expected_md5
148
#ifndef UPDATE_NOCRYPT
-, bool calc_post_decryption = true
149
+ ,
150
+ bool calc_post_decryption = true
151
#endif /* #ifdef UPDATE_NOCRYPT */
-);
152
+ );
153
154
/*
155
returns the MD5 String of the successfully ended firmware
0 commit comments