This commit is contained in:
rusefi 2023-01-30 08:20:06 -05:00
parent 0647e44f9b
commit 648c5326d8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class DfuHelper {
signatureWithPrefix = PREFIX + "_" + s.getBundle();
}
// hack: QC firmare self-identifies as "normal" not QC firmware :(
// hack: QC firmware self-identifies as "normal" not QC firmware :(
if (!bundleName.equalsIgnoreCase(signatureWithPrefix) && !bundleName.contains("_QC_")) {
String message = String.format("You have \"%s\" controller does not look right to program it with \"%s\"", s.getBundle(), bundleName);
log.info(message);