Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a9d91d

Browse filesBrowse files
committed
Delete only files for boot
1 parent 8b23f15 commit 9a9d91d
Copy full SHA for 9a9d91d

File tree

2 files changed

+309
-308
lines changed
Filter options

2 files changed

+309
-308
lines changed

‎libraries/SBU/extras/SBUBoot/SBUBoot.ino

Copy file name to clipboardExpand all lines: libraries/SBU/extras/SBUBoot/SBUBoot.ino
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.