We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e6b2f commit 8032f77Copy full SHA for 8032f77
1 file changed
cores/esp8266/Updater.cpp
@@ -57,7 +57,7 @@ bool UpdaterClass::begin(size_t size, int command) {
57
return false;
58
}
59
60
- if(ESP.checkFlashConfig(false)) {
+ if(!ESP.checkFlashConfig(false)) {
61
_error = UPDATE_ERROR_FLASH_CONFIG;
62
#ifdef DEBUG_UPDATER
63
printError(DEBUG_UPDATER);
0 commit comments