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 e2ea5dd commit ccdcd7dCopy full SHA for ccdcd7d
mcumgr-core/src/main/java/io/runtime/mcumgr/dfu/task/Validate.java
@@ -238,7 +238,7 @@ public void onResponse(@NotNull final McuMgrImageStateResponse response) {
238
}
239
if (!found) {
240
performer.enqueue(new Upload(mcuMgrImage.getData(), imageIndex));
241
- if (mcuMgrImage.needsConfirmation() && !allowRevert || mode == Mode.NONE) {
+ if (mcuMgrImage.needsConfirmation() && (!allowRevert || mode == Mode.NONE)) {
242
resetRequired = true;
243
244
0 commit comments