Skip to content

Commit c786cc9

Browse files
committed
fixup! Updated pf service. Check for dal hash. Send more broadcasts:
1 parent e89b6c6 commit c786cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/microbit/android/partialflashing/PartialFlashingBaseService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public Boolean attemptPartialFlash(String filePath) {
290290

291291
// Find DAL hash
292292
String hashes = hex.getDataFromIndex(magicIndex + 1);
293-
if!(hashes.substring(0, 8).equals(dalHash)) {
293+
if(!hashes.substring(0, 8).equals(dalHash)) {
294294
return false;
295295
}
296296

0 commit comments

Comments
 (0)