-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arduino Bootstrapper update (v.1.15.1)
- Loading branch information
1 parent
7da72c6
commit 8d1f52a
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule arduino_bootstrapper
updated
5 files
+8 −0 | .github/dependabot.yml | |
+1 −1 | library.json | |
+1 −1 | library.properties | |
+21 −3 | src/BootstrapManager.cpp | |
+16 −16 | src/BootstrapManager.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
// AUTO GENERATED FILE, DO NOT EDIT | ||
#ifndef VERSION | ||
#define VERSION "6.14.29" | ||
#define VERSION "6.14.31" | ||
#endif | ||
#ifndef BUILD_TIMESTAMP | ||
#define BUILD_TIMESTAMP "2023-05-27 22:36:00.569406" | ||
#define BUILD_TIMESTAMP "2023-06-19 12:42:13.356171" | ||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.14.29 | ||
6.14.31 |