-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07f7eab
commit 96b854a
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule arduino_bootstrapper
updated
15 files
+8 −0 | .github/dependabot.yml | |
+1 −1 | library.json | |
+1 −1 | library.properties | |
+101 −103 | src/BootstrapManager.cpp | |
+8 −3 | src/BootstrapManager.h | |
+1 −1 | src/Configuration.cpp | |
+15 −13 | src/Configuration.h | |
+40 −65 | src/Helpers.cpp | |
+45 −34 | src/Helpers.h | |
+3 −0 | src/PingESP.h | |
+21 −42 | src/QueueManager.cpp | |
+5 −5 | src/QueueManager.h | |
+5 −5 | src/Secrets.h | |
+46 −57 | src/WifiManager.cpp | |
+37 −20 | src/WifiManager.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 "2.16.46" | ||
#define VERSION "2.16.52" | ||
#endif | ||
#ifndef BUILD_TIMESTAMP | ||
#define BUILD_TIMESTAMP "2023-04-17 12:51:26.094431" | ||
#define BUILD_TIMESTAMP "2023-06-19 12:48:01.071532" | ||
#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 @@ | ||
2.16.46 | ||
2.16.52 |