-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial FW updater code complete and tested
- Loading branch information
1 parent
f6b3fb1
commit c5dc8bb
Showing
6 changed files
with
37 additions
and
16 deletions.
There are no files selected for viewing
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
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
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
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,10 +1,10 @@ | ||
|
||
#ifndef FW_BUILD_NUMBER | ||
#define FW_BUILD_NUMBER "13" | ||
#define FW_BUILD_NUMBER "38" | ||
#endif | ||
#ifndef FW_VERSION | ||
#define FW_VERSION "0.0.1-alpha+13" | ||
#define FW_VERSION "0.0.1-alpha+38" | ||
#endif | ||
#ifndef FW_BUILD_TIME | ||
#define FW_BUILD_TIME "2022-03-17 15:28:06.130329" | ||
#define FW_BUILD_TIME "2022-03-18 15:12:16.635465" | ||
#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
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 @@ | ||
0.0.1-alpha+13 | ||
0.0.1-alpha+38 |