Skip to content

Commit 18f6e83

Browse files
committed
v8.4.0
1 parent 147d974 commit 18f6e83

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

code/main/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="f15e5f0";
1+
const char* GIT_REV="147d974";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2021-09-24 19:25";
3+
const char* GIT_BRANCH="master";
4+
const char* BUILD_TIME="2021-09-25 18:55";

code/main/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C"
1313
#include "Helper.h"
1414
#include <fstream>
1515

16-
const char* GIT_BASE_BRANCH = "master - v8.4.0 - 2021-09-24";
16+
const char* GIT_BASE_BRANCH = "master - v8.4.0 - 2021-09-25";
1717

1818

1919
const char* git_base_branch(void)

code/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="f15e5f0";
1+
const char* GIT_REV="147d974";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2021-09-24 19:25";
3+
const char* GIT_BRANCH="master";
4+
const char* BUILD_TIME="2021-09-25 18:55";

firmware/bootloader.bin

0 Bytes
Binary file not shown.

firmware/firmware.bin

48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)