rusEFI console to compare current bundle against auto-DFU bundle #3266

This commit is contained in:
rusefi 2021-09-29 12:54:49 -04:00
parent 53ae005d07
commit 5a917982f7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class DfuHelper {
if ("all".equals(s.getBundle())) {
signatureWithPrefix = PREFIX;
} else {
signatureWithPrefix = PREFIX + s.getBundle();
signatureWithPrefix = PREFIX + "_" + s.getBundle();
}
if (!bundleName.equalsIgnoreCase(signatureWithPrefix)) {