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 c089c71 commit 83f1b37Copy full SHA for 83f1b37
cores/esp8266/Updater.cpp
@@ -280,6 +280,8 @@ bool UpdaterClass::end(bool evenIfRemaining){
280
return false;
281
}
282
free(sig);
283
+ _size = binSize; // Adjust size to remove signature, not part of bin payload
284
+
285
#ifdef DEBUG_UPDATER
286
DEBUG_UPDATER.printf_P(PSTR("[Updater] Signature matches\n"));
287
#endif
0 commit comments