Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07d3821

Browse files
committedJul 16, 2020
Delete only files for boot
1 parent 2d438db commit 07d3821

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)
Please sign in to comment.