Skip to content

Commit 9a9d91d

Browse files
committed
Delete only files for boot
1 parent 8b23f15 commit 9a9d91d

File tree

2 files changed

+309
-308
lines changed

2 files changed

+309
-308
lines changed

libraries/SBU/extras/SBUBoot/SBUBoot.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ int main()
8383
update_success = true;
8484
}
8585
if (update_success) {
86-
fileUtils.deleteFiles();
86+
fileUtils.deleteFile(UPDATE_FILE_NAME);
87+
fileUtils.deleteFile(CHECK_FILE_NAME);
8788
}
8889
}
8990

0 commit comments

Comments
 (0)