mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Updater MD5 cleanup on begin (#7534)
Co-authored-by: Cristian Popescu <cristian.popescu@esolutions.ro>
This commit is contained in:
parent
5b3d290de8
commit
c33a6a261d
@ -113,6 +113,8 @@ bool UpdaterClass::begin(size_t size, int command, int ledPin, uint8_t ledOn) {
|
||||
|
||||
_reset();
|
||||
clearError(); // _error = 0
|
||||
_target_md5 = emptyString;
|
||||
_md5 = MD5Builder();
|
||||
|
||||
#ifndef HOST_MOCK
|
||||
wifi_set_sleep_type(NONE_SLEEP_T);
|
||||
|
Loading…
x
Reference in New Issue
Block a user