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 93401ab commit 17feea7Copy full SHA for 17feea7
libraries/Update/src/Update.h
@@ -95,9 +95,8 @@ class UpdateClass {
95
96
/*
97
sets the expected MD5 for the firmware (hexString)
98
- If calc_post_decryption is true, the update library will calculate the MD5 after the decryption, if false the calculation occurs before the decryption
99
*/
100
- bool setMD5(const char *expected_md5, bool calc_post_decryption = true);
+ bool setMD5(const char *expected_md5);
101
102
103
returns the MD5 String of the successfully ended firmware
@@ -212,7 +211,6 @@ class UpdateClass {
212
211
const esp_partition_t *_partition;
213
214
String _target_md5;
215
- bool _target_md5_decrypted = true;
216
MD5Builder _md5;
217
218
int _ledPin;
0 commit comments