8000
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 d650ac6 commit bac5609Copy full SHA for bac5609
libraries/Update/src/Update.h
@@ -162,12 +162,12 @@ class UpdateClass {
162
bool _verifyHeader(uint8_t data);
163
bool _verifyEnd();
164
165
- THandlerFunction_Progress _progress_callback;
166
167
uint8_t _error;
168
uint8_t *_buffer;
169
size_t _bufferLen;
170
size_t _size;
+ THandlerFunction_Progress _progress_callback;
171
uint32_t _progress;
172
uint32_t _command;
173
const esp_partition_t* _partition;
libraries/Update/src/Updater.cpp
@@ -68,10 +68,10 @@ UpdateClass::UpdateClass()
68
, _buffer(0)
69
, _bufferLen(0)
70
, _size(0)
71
+, _progress_callback(NULL)
72
, _progress(0)
73
, _command(U_FLASH)
74
, _partition(NULL)
-, _progress_callback(NULL)
75
{
76
}
77
0 commit comments