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 c2f83f4 commit bf60ca7Copy full SHA for bf60ca7
libraries/Update/src/Updater.cpp
@@ -209,7 +209,7 @@ bool UpdateClass::_verifyHeader(uint8_t data) {
209
210
bool UpdateClass::_verifyEnd() {
211
if(_command == U_FLASH) {
212
- if(!_enablePartition || !_partitionIsBootable(_partition)) {
+ if(!_enablePartition(_partition) || !_partitionIsBootable(_partition)) {
213
_abort(UPDATE_ERROR_READ);
214
return false;
215
}
0 commit comments